Skip to content

Commit

Permalink
Merge pull request rust-lang#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 committed May 2, 2019
2 parents 63585ff + 93f82ef commit 8db2059
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 8db2059

Please sign in to comment.