Skip to content

Commit 35b2df7

Browse files
committed
fixup! dark mode: dim images
1 parent a11a6b2 commit 35b2df7

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
@@ -53,6 +53,10 @@
5353
img {
5454
filter: brightness(.6) contrast(1.2);
5555
}
56+
// let the logo shine slightly brighter
57+
img[alt="Git"] {
58+
filter: brightness(0.9) contrast(1.5);
59+
}
5660
a {
5761
color: #579cab;
5862
}

0 commit comments

Comments
 (0)