Skip to content

Commit 9d6aa8a

Browse files
committed
dark-mode: add an alternative Git logo
This logo differs only in the colors (and in the format: it's an SVG), designed to work better with dark mode. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent bed5a78 commit 9d6aa8a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

assets/sass/dark-mode.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,15 @@
8282
}
8383

8484
ol#about-nav li a {
85-
filter: brightness(0.9);
85+
filter: brightness(0.8);
8686
}
8787
}
8888

89+
img[alt="Git"] {
90+
filter: unset;
91+
content: url(./images/logo.dark-mode.svg);
92+
}
93+
8994
a.subtle-button {
9095
background-image: linear-gradient(#555555, #777777);
9196
border-top: solid 1px #333333;

static/images/logo.dark-mode.svg

+7
Loading

0 commit comments

Comments
 (0)