Skip to content

Commit c7250c1

Browse files
authored
Merge pull request #100 from afh/fix-manual-dark-mode
2 parents 7201075 + db440e4 commit c7250c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

custom_theme/sass/darkmode.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@
4343
}
4444
}
4545

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+
4651
body.light-theme, body.dark-theme {
4752
color:var(--toggled-color);
4853
background:var(--toggled-background-color);

0 commit comments

Comments
 (0)