Skip to content

Commit fd16263

Browse files
simonsteigershravanngoswamii
authored andcommitted
add css for code in dark mode
1 parent a089624 commit fd16263

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

theming/rules/_quarto-tweaks.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,9 @@ a {
3232
color: $link-color;
3333
text-decoration: underline;
3434
}
35-
35+
}
36+
37+
code {
38+
background-color: $color-mute-bg !important;
39+
color: $color-fg !important;
3640
}

0 commit comments

Comments
 (0)