Skip to content

Commit

Permalink
WIP: adapt reference-version to dark mode
Browse files Browse the repository at this point in the history
This is not quite the best way to do it; Rather, the offending CSS in
`man-pages.scss` should be modified to use a centrally-defined CSS
custom property instead of a hard-coded color.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Sep 27, 2024
1 parent 806b2cc commit d367d1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/sass/dark-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
border-left: solid 1px #333333;
@include box-shadow(none);
}
#reference-version {
background-color: rgba(111, 110, 105, 0.33);
}
}
body#{$class}#documentation #main div.verseblock pre.content {
background-color: #b7a78a;
Expand Down

0 comments on commit d367d1e

Please sign in to comment.