Skip to content

Commit 30b624c

Browse files
committed
dark-mode: adapt verseblocks
The verse blocks of the manual pages are unlike any other visual element, and therefore need special care to look good in dark mode. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent c2f7f37 commit 30b624c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/sass/dark-mode.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@
6363
border-left: solid 1px #333333;
6464
@include box-shadow(none);
6565
}
66+
67+
#documentation #main div.verseblock pre.content {
68+
color: var(--light-font-color);
69+
background-color: #5e5951;
70+
}
6671
}
6772
}
6873

0 commit comments

Comments
 (0)