Skip to content

Commit ed62212

Browse files
committed
Merge branch 'develop'
2 parents 8a3cdfe + 21a41f9 commit ed62212

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)