Skip to content

Commit a69da1a

Browse files
committed
Improve background color of code examples of ledger-mode manual
Fixes #100
1 parent c46c1f5 commit a69da1a

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)