Fix: favicon dark mode correct

main
boban 2026-04-19 04:23:52 +02:00
parent 4a10c71c89
commit 6fb3f16f16
1 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 119.1 119.1" style="color:#1d1d1b"> <svg id="Ebene_1" style="color:#1d1d1b" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 119.1 119.1" style="color:#1d1d1b">
<!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --> <!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) -->
<defs> <defs>
<style> <style>
@media (prefers-color-scheme: dark) { :root { color: #ffffff; } }
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
:root { color: #ffffff; } :root { color: #ffffff; }
} }
@ -32,6 +33,7 @@
.st4 { .st4 {
fill: currentColor; fill: currentColor;
fill: currentColor;
} }
</style> </style>
</defs> </defs>

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB