Fix color of `code spans` that are links.
This commit is contained in:
parent
7f3a0ff6a0
commit
dd69e03ff5
|
@ -180,6 +180,9 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta
|
|||
vertical-align: middle;
|
||||
padding: 0.1em 0.3em;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
:not(pre):not(a) > .hljs {
|
||||
color: var(--inline-code-color);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue