Skip to content

Commit

Permalink
Merge pull request #103 from afh/fix-dark-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
afh authored Jan 6, 2025
2 parents c46c1f5 + a69da1a commit d09b9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_theme/sass/darkmode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}
}

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

0 comments on commit d09b9f3

Please sign in to comment.