Merge pull request #905 from ehuss/fix-code-inline-color

Fix color of `code spans` that are links.
This commit is contained in:
Dylan DPC 2019-05-02 21:14:28 +02:00 committed by GitHub
commit 07a64b110a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);
}