Skip to content

Commit bed5a78

Browse files
committed
dark-mode(about): dim the navigation buttons
They would otherwise stick out, brightness-wise. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 66738f4 commit bed5a78

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

assets/sass/dark-mode.css

+8-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,14 @@
7676
}
7777

7878
// the images in the About section would be too dark
79-
body#about img:not([alt="Git"]) {
80-
filter: brightness(0.9) contrast(0.6) invert(1);
79+
body#about {
80+
img:not([alt="Git"]) {
81+
filter: brightness(0.9) contrast(0.6) invert(1);
82+
}
83+
84+
ol#about-nav li a {
85+
filter: brightness(0.9);
86+
}
8187
}
8288

8389
a.subtle-button {

0 commit comments

Comments
 (0)