Skip to content

Commit 21a41f9

Browse files
committed
updated background color for code blocks
1 parent 775aab8 commit 21a41f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
/* Light mode only background color */
2727
[data-theme='light'] {
2828
--ifm-background-color: #f7fafc;
29+
--ifm-code-background: #ffffff;
30+
}
31+
32+
[data-theme='light'] pre {
33+
background-color: #ffffff !important;
2934
}
3035

3136
/* Custom heading font weights for Quicksand */

0 commit comments

Comments
 (0)