Changeset 0.4.1 1 (#34)

This commit is contained in:
2026-02-18 20:27:49 +00:00
parent e2f538d787
commit d79a43145e
6 changed files with 19 additions and 5 deletions

10
src/favicon.svg Normal file
View File

@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<rect width="64" height="64" rx="12" fill="#1a1a2e"/>
<!-- Arrow 1: bottom-left → top-right -->
<path d="M12 48 L36 16" stroke="#6c9fff" stroke-width="5.5" stroke-linecap="round" fill="none"/>
<polygon points="42,12 34,14 38,22" fill="#6c9fff"/>
<!-- Arrow 2: top-left → bottom-right (gap at crossover) -->
<path d="M12 16 L24 30" stroke="#a78bfa" stroke-width="5.5" stroke-linecap="round" fill="none"/>
<path d="M30 38 L36 48" stroke="#a78bfa" stroke-width="5.5" stroke-linecap="round" fill="none"/>
<polygon points="42,52 34,50 38,42" fill="#a78bfa"/>
</svg>

After

Width:  |  Height:  |  Size: 642 B