Update favicon color and corner radius in SVG

This commit is contained in:
2026-08-01 20:29:45 +00:00
parent c85d27a5d1
commit 0a50e2d7f0

View File

@@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" rx="7" fill="#2563eb"/>
<rect width="32" height="32" rx="6" fill="#d97706"/>
<!-- Central node -->
<circle cx="16" cy="16" r="4" fill="white"/>
<!-- Radiating connections -->

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB