Skip to content

Commit d09b9f3

Browse files
authored
Merge pull request #103 from afh/fix-dark-mode
2 parents c46c1f5 + a69da1a commit d09b9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_theme/sass/darkmode.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
}
4444
}
4545

46-
pre.example-preformatted {
46+
pre.example-preformatted, pre[class^="example"], pre[class^="lisp"] {
4747
/* Override hard-coded background color from gnu manual.css with dark/light mode variant */
4848
background-color:var(--highlight-code-background-color) !important;
4949
}

0 commit comments

Comments
 (0)