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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

After

Width:  |  Height:  |  Size: 3 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

Before After
Before After

View file

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

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Before After
Before After