fix: favicon

This commit is contained in:
2026-04-25 11:14:43 +02:00
parent 908b5c5bbe
commit ae8410c3ff
9 changed files with 1 additions and 29 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 551 B

After

Width:  |  Height:  |  Size: 534 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 848 B

After

Width:  |  Height:  |  Size: 751 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 940 B

-15
View File
@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="0 0 96 96" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="{{ site.Title }}" role="img">
<defs>
<linearGradient id="gradient" gradientUnits="userSpaceOnUse" x1="10" y1="48" x2="86" y2="48">
<stop offset="0%" stop-color="#FF1A8C" />
<stop offset="50%" stop-color="#9B00FF" />
<stop offset="100%" stop-color="#00C8FF" />
</linearGradient>
</defs>
<g transform="translate(48,48)">
<path
d="M -1.1e-6,-43.328173 -37.551083,43.328173 -1.1e-6,34.662539 H -17.331269 L -1.1e-6,-5.7770893 17.33127,34.662539 H -1.1e-6 l 37.5510841,8.665635 z"
fill="url(#gradient)" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 701 B

-13
View File
@@ -1,13 +0,0 @@
<svg viewBox="0 0 96 96" width="380" height="380" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="g" gradientUnits="userSpaceOnUse" x1="10" y1="48" x2="86" y2="48">
<stop offset="0%" stop-color="#FF1A8C"/>
<stop offset="50%" stop-color="#9B00FF"/>
<stop offset="100%" stop-color="#00C8FF"/>
</linearGradient>
</defs>
<g transform="translate(48,48)">
<path d="M -1.1e-6,-43.328173 -37.551083,43.328173 -1.1e-6,34.662539 H -17.331269 L -1.1e-6,-5.7770893 17.33127,34.662539 H -1.1e-6 l 37.5510841,8.665635 z"
fill="url(#g)"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 614 B

+1 -1
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="0 0 96 96" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="{{ site.Title }}" role="img"> <svg viewBox="-10 -10 116 116" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="{{ site.Title }}" role="img">
<defs> <defs>
<linearGradient id="gradient" gradientUnits="userSpaceOnUse" x1="10" y1="48" x2="86" y2="48"> <linearGradient id="gradient" gradientUnits="userSpaceOnUse" x1="10" y1="48" x2="86" y2="48">
<stop offset="0%" stop-color="#FF1A8C" /> <stop offset="0%" stop-color="#FF1A8C" />

Before

Width:  |  Height:  |  Size: 751 B

After

Width:  |  Height:  |  Size: 757 B