We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775aab8 commit 21a41f9Copy full SHA for 21a41f9
src/css/custom.css
@@ -26,6 +26,11 @@
26
/* Light mode only background color */
27
[data-theme='light'] {
28
--ifm-background-color: #f7fafc;
29
+ --ifm-code-background: #ffffff;
30
+}
31
+
32
+[data-theme='light'] pre {
33
+ background-color: #ffffff !important;
34
}
35
36
/* Custom heading font weights for Quicksand */
0 commit comments