I am trying to create some badge-like texts for my documentation, to highlight the status of some issues.
Here are some examples (jira issues embedded in a confluence wiki)
Example for "waiting for solution"-badge
I even struggle to find any simple way to set a background-color for a text in asciidoctor-pdf.
The most promising attempt was using a themed button-macro.
btn:[Closed]
with this theme-section:
button:
background-color: #88FF88
border-color: #33FF33
border-radius: 5
border-width: 0.5
border-offset: 3.0
The result is quite close to what I hoped to achieve, however I cannot have buttons with different colors. Or is it possible to overwrite the theme-values in the *.adoc file itself?
Is there any other possibility to create something similar in asciidoc-pdf?