This commit is contained in:
ordinarthur 2026-04-05 17:40:18 +02:00
parent 44c72c587c
commit 78deff0034

View File

@ -1,5 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<!-- Minimalist '12' (Douzoute / 12 août) for an architectural light site -->
<text x="48%" y="53%" dominant-baseline="central" text-anchor="middle" font-family="-apple-system, BlinkMacSystemFont, 'Inter', sans-serif" font-weight="300" font-size="64" fill="#111111" letter-spacing="-4">12</text>
<circle cx="82" cy="74" r="5" fill="#d45d3c" />
<!-- Square background using site's white (#ffffff) -->
<rect width="100" height="100" fill="#ffffff" />
<!-- Much larger '12' text -->
<text x="47%" y="54%" dominant-baseline="central" text-anchor="middle" font-family="-apple-system, BlinkMacSystemFont, 'Inter', sans-serif" font-weight="500" font-size="75" fill="#111111" letter-spacing="-4">12</text>
<!-- Slightly larger terracotta dot -->
<circle cx="85" cy="78" r="8" fill="#d45d3c" />
</svg>

Before

Width:  |  Height:  |  Size: 421 B

After

Width:  |  Height:  |  Size: 530 B