Fix: favicon dark mode support

main
boban 2026-04-19 04:05:03 +02:00
parent e23b852488
commit 53f3e60044
1 changed files with 7 additions and 2 deletions

View File

@ -1,8 +1,12 @@
<?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"> <svg id="Ebene_1" 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; }
}
.st0 { .st0 {
fill: none; fill: none;
} }
@ -14,6 +18,7 @@
.st1, .st2 { .st1, .st2 {
font-family: Geometos, Geometos; font-family: Geometos, Geometos;
font-size: 12px; font-size: 12px;
fill: currentColor;
} }
.st2 { .st2 {
@ -26,7 +31,7 @@
} }
.st4 { .st4 {
fill: #1d1d1b; fill: currentColor;
} }
</style> </style>
</defs> </defs>

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB