Edit favicon color

This commit is contained in:
Paul Nicoué 2022-08-04 18:19:45 +02:00
parent 6251dc8128
commit 13e4c3cdc1
5 changed files with 2 additions and 2 deletions

View file

@ -4,14 +4,14 @@
stroke: #000;
}
.favicon__center {
stroke: #fff;
stroke: #000;
}
@media (prefers-color-scheme: dark) {
.favicon__border {
stroke: #fff;
}
.favicon__center {
stroke: #000;
stroke: #fff;
}
}
</style>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Before After
Before After