Fix color of `code spans` that are links.

This commit is contained in:
Eric Huss 2019-05-02 11:07:24 -07:00
parent 7f3a0ff6a0
commit dd69e03ff5
1 changed files with 3 additions and 0 deletions

View File

@ -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);
}