Skip to content

Commit 703f84d

Browse files
committed
dark-mode: decrease brightness of the ruler in the sidebar
It would stick out too much in dark mode otherwise. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 80281c3 commit 703f84d

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
@@ -82,6 +82,10 @@
8282
color: #dbd7d7;
8383
}
8484

85+
hr.sidebar {
86+
filter: brightness(0.5);
87+
}
88+
8589
#documentation #main div.verseblock pre.content {
8690
color: var(--light-font-color);
8791
background-color: #5e5951;

0 commit comments

Comments
 (0)