Skip to content

Commit 583e9e3

Browse files
committed
trying to get dark mode favicon to work
1 parent 7332c26 commit 583e9e3

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

favicon.svg

Lines changed: 0 additions & 15 deletions
Loading

style.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.stroke-path {
2+
stroke: black;
3+
stroke-width: 12;
4+
stroke-linecap: round;
5+
}
6+
7+
@media (prefers-color-scheme: dark) {
8+
.stroke-path {
9+
stroke: white;
10+
}
11+
12+
#clip0_19_13 rect {
13+
fill: transparent;
14+
}
15+
}

0 commit comments

Comments
 (0)