Skip to content

Commit 7c3db1a

Browse files
authored
Merge pull request #2034 from IgnaceMaes/code-backtick-style
style: lighten up backtick code
2 parents 62ecf19 + a5272ba commit 7c3db1a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/styles/app.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,3 +209,9 @@ li.toc-heading.toc-level-0:first-of-type {
209209
li.toc-group.toc-level-0 {
210210
padding-left: 1em;
211211
}
212+
213+
/* Override dark background from styleguide */
214+
code:not([class*="language-"]) {
215+
background-color: var(--color-gray-200);
216+
border: 1px solid var(--color-gray-300);
217+
}

0 commit comments

Comments
 (0)