Skip to content

Commit 1317d10

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 05b2f51 commit 1317d10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/sass/dark-mode.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@
6868
text-decoration: dashed 1px underline;
6969
}
7070

71+
#reference-version {
72+
background-color: rgba(111, 110, 105, 0.33);
73+
}
74+
7175
#documentation #main div.verseblock pre.content {
7276
color: var(--light-font-color);
7377
background-color: #5e5951;

0 commit comments

Comments
 (0)