Skip to content

Commit 459abe4

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 0d30e9a commit 459abe4

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
@@ -84,6 +84,10 @@
8484
color: #dbd7d7;
8585
}
8686

87+
hr.sidebar {
88+
filter: brightness(0.5);
89+
}
90+
8791
#documentation #main div.verseblock pre.content {
8892
color: var(--light-font-color);
8993
background-color: #5e5951;

0 commit comments

Comments
 (0)