From ff11fad46c2a5442429efd5484f721446dde010e Mon Sep 17 00:00:00 2001 From: Blomios Date: Tue, 28 Apr 2026 21:40:28 +0200 Subject: [PATCH] display: reworking logo to fit with new DA --- frontend/public/favicon.svg | 2 +- frontend/public/icon-source.svg | 6 +++--- frontend/src/index.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/public/favicon.svg b/frontend/public/favicon.svg index ae5a1a2..cfb5e5d 100644 --- a/frontend/public/favicon.svg +++ b/frontend/public/favicon.svg @@ -1,4 +1,4 @@ - + diff --git a/frontend/public/icon-source.svg b/frontend/public/icon-source.svg index b12f9f7..b7e391f 100644 --- a/frontend/public/icon-source.svg +++ b/frontend/public/icon-source.svg @@ -1,13 +1,13 @@ - + diff --git a/frontend/src/index.css b/frontend/src/index.css index 8df0c1f..04d84f3 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -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%;