display: reworking logo to fit with new DA

This commit is contained in:
2026-04-28 21:40:28 +02:00
parent f92f51273e
commit ff11fad46c
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#3b82f6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#C47038" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="22 7 13.5 15.5 8.5 10.5 2 17"/>
<polyline points="16 7 22 7 22 13"/>
</svg>

Before

Width:  |  Height:  |  Size: 252 B

After

Width:  |  Height:  |  Size: 252 B

View File

@ -1,13 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<!-- Background -->
<rect width="512" height="512" rx="96" fill="#0f172a"/>
<rect width="512" height="512" rx="96" fill="#1C1209"/>
<!-- Chart line scaled to center safe zone (~360px) -->
<g transform="translate(76, 76) scale(15)">
<polyline points="22 7 13.5 15.5 8.5 10.5 2 17"
fill="none" stroke="#3b82f6" stroke-width="2.2"
fill="none" stroke="#C47038" stroke-width="2.2"
stroke-linecap="round" stroke-linejoin="round"/>
<polyline points="16 7 22 7 22 13"
fill="none" stroke="#3b82f6" stroke-width="2.2"
fill="none" stroke="#C47038" stroke-width="2.2"
stroke-linecap="round" stroke-linejoin="round"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 570 B

After

Width:  |  Height:  |  Size: 570 B

View File

@ -25,7 +25,7 @@
--secondary: 36 20% 93%;
--secondary-foreground: 20 12% 25%;
--muted: 35 18% 92%;
--muted-foreground: 25 8% 48%;
--muted-foreground: 25 10% 34%;
/* ── Accent (hover) ── */
--accent: 35 18% 90%;
@ -60,7 +60,7 @@
--secondary: 22 13% 14%;
--secondary-foreground: 36 18% 78%;
--muted: 22 12% 13%;
--muted-foreground: 30 8% 52%;
--muted-foreground: 30 10% 66%;
/* ── Accent (hover) ── */
--accent: 22 13% 15%;