Skip to content

Commit 07a64b1

Browse files
authored
Merge pull request #905 from ehuss/fix-code-inline-color
Fix color of `code spans` that are links.
2 parents 7f3a0ff + dd69e03 commit 07a64b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/theme/css/chrome.css

+3
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta
180180
vertical-align: middle;
181181
padding: 0.1em 0.3em;
182182
border-radius: 3px;
183+
}
184+
185+
:not(pre):not(a) > .hljs {
183186
color: var(--inline-code-color);
184187
}
185188

0 commit comments

Comments
 (0)