Actually, its only style on the Confluence side is font-related only and without color (nothing fancy regarding syntax highlighting):
font-family: SFMono-Medium,SF Mono,Segoe UI Mono,Roboto Mono,Ubuntu Mono,Menlo,Courier,monospace;
But we use the <code>
-tag to apply our own CSS to it, in our case:
code {
border-radius: 5px;
color: #000;
padding: .275em;
border-radius: 5px;
font-size: .9em;
margin : 0 0.2em 0 0.2em;
top: -1px;
}
I’ll add that to the ticket as well. Thank you!