Skip to content

Commit

Permalink
Merge pull request #905 from ehuss/fix-code-inline-color
Browse files Browse the repository at this point in the history
Fix color of `code spans` that are links.
  • Loading branch information
Dylan-DPC authored May 2, 2019
2 parents 7f3a0ff + dd69e03 commit 07a64b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/theme/css/chrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 07a64b1

Please sign in to comment.