FIX: adjust codeblock link styling (#30036)
This commit is contained in:
parent
cb663b89cc
commit
3b334f54fc
|
@ -8,6 +8,13 @@ em > code {
|
|||
color: var(--primary);
|
||||
}
|
||||
|
||||
a > code {
|
||||
padding: 2px 4px;
|
||||
background: var(--inline-code-bg);
|
||||
white-space: pre-wrap;
|
||||
color: var(--tertiary);
|
||||
}
|
||||
|
||||
code {
|
||||
color: var(--primary-very-high);
|
||||
background: var(--hljs-bg);
|
||||
|
|
Loading…
Reference in New Issue