Skip to content

Commit e5b8d3b

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 f8b44da commit e5b8d3b

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
@@ -80,6 +80,10 @@
8080
color: #dbd7d7;
8181
}
8282

83+
hr.sidebar {
84+
filter: brightness(0.5);
85+
}
86+
8387
#documentation #main div.verseblock pre.content {
8488
color: var(--light-font-color);
8589
background-color: #5e5951;

0 commit comments

Comments
 (0)