Skip to content

Commit d367d1e

Browse files
committed
WIP: adapt reference-version to dark mode
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 <[email protected]>
1 parent 806b2cc commit d367d1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

assets/sass/dark-mode.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@
6868
border-left: solid 1px #333333;
6969
@include box-shadow(none);
7070
}
71+
#reference-version {
72+
background-color: rgba(111, 110, 105, 0.33);
73+
}
7174
}
7275
body#{$class}#documentation #main div.verseblock pre.content {
7376
background-color: #b7a78a;

0 commit comments

Comments
 (0)