Skip to content

Commit 300fd76

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 1f6a214 commit 300fd76

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
@@ -88,6 +88,10 @@
8888
color: $font-color;
8989
}
9090

91+
hr.sidebar {
92+
filter: brightness(0.5);
93+
}
94+
9195
#documentation #main div.verseblock pre.content {
9296
color: var(--light-font-color);
9397
background-color: #5e5951;

0 commit comments

Comments
 (0)