Announcing Confluence Cloud Theming Preview for Developer Canary Program

Hi @AlexWhite . We’re also using static macros for instance:

<span style="
  display: inline-block;
  border: 1px solid #0052cc;
  width: fit-content;
  padding: 0 5px 0 5px;
  border-radius: 5px;
  ">
    <a href="${url!"#"}">${requirement.key}</a>
</span>

We would like to use design tokens for the background-color and border-color.

1 Like