Skip to content

Commit d8c3f0d

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 9ff500e commit d8c3f0d

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
@@ -61,6 +61,11 @@
6161
border-left: solid 1px #333333;
6262
@include box-shadow(none);
6363
}
64+
65+
#documentation #main div.verseblock pre.content {
66+
color: var(--light-font-color);
67+
background-color: #5e5951;
68+
}
6469
}
6570
}
6671

0 commit comments

Comments
 (0)