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.
2 parents 7201075 + db440e4 commit c7250c1Copy full SHA for c7250c1
custom_theme/sass/darkmode.scss
@@ -43,6 +43,11 @@
43
}
44
45
46
+pre.example-preformatted {
47
+ /* Override hard-coded background color from gnu manual.css with dark/light mode variant */
48
+ background-color:var(--highlight-code-background-color) !important;
49
+}
50
+
51
body.light-theme, body.dark-theme {
52
color:var(--toggled-color);
53
background:var(--toggled-background-color);
0 commit comments