UI polish: updated favicon, smoothed animated bars, and slowed down gradient animations

This commit is contained in:
2026-06-04 00:28:02 +02:00
parent 3a2c738bd0
commit 7981b1d146
3 changed files with 15 additions and 16 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="32" y2="32" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#7c3aed"/>
<stop offset="1" stop-color="#06b6d4"/>
<linearGradient id="g" x1="0" y1="0" x2="0" y2="32" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#e879f9"/>
<stop offset="1" stop-color="#8b5cf6"/>
</linearGradient>
</defs>
<rect width="32" height="32" rx="7" fill="#080810"/>

Before

Width:  |  Height:  |  Size: 643 B

After

Width:  |  Height:  |  Size: 642 B