feat: add favicon — indigo C mark with ochre dot

This commit is contained in:
2026-07-08 22:45:41 +02:00
parent f0cdfa4653
commit 53a77e70b3
2 changed files with 11 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 180">
<rect width="180" height="180" rx="40" fill="#2e3a8c"/>
<path d="M118 53a48 48 0 1 0 0 74" stroke="#f2f1ee" stroke-width="14" stroke-linecap="round" fill="none"/>
<circle cx="120" cy="90" r="9" fill="#c8922a"/>
</svg>

After

Width:  |  Height:  |  Size: 287 B

+6
View File
@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" rx="7" fill="#2e3a8c"/>
<!-- Stylised open C with a curiosity dot -->
<path d="M21 9.5a8.5 8.5 0 1 0 0 13" stroke="#f2f1ee" stroke-width="2.6" stroke-linecap="round" fill="none"/>
<circle cx="21.5" cy="16" r="1.6" fill="#c8922a"/>
</svg>

After

Width:  |  Height:  |  Size: 336 B