From e4a14e69270d0f6aca69d34c4945bdc43decdd57 Mon Sep 17 00:00:00 2001 From: Scarriffle Date: Fri, 27 Mar 2026 14:54:26 +0100 Subject: [PATCH] Icon: SVG-Favicon + Emoji in Setup/Login ersetzt, Settings-Tab "Darstellung" umbenannt --- frontend/css/app.css | 2 +- frontend/favicon.svg | 17 +++++------------ frontend/index.html | 6 +++--- 3 files changed, 9 insertions(+), 16 deletions(-) diff --git a/frontend/css/app.css b/frontend/css/app.css index 5b6e898..e664e34 100644 --- a/frontend/css/app.css +++ b/frontend/css/app.css @@ -118,7 +118,7 @@ a { color: var(--primary); text-decoration: none; } display: flex; align-items: center; gap: 10px; margin-bottom: 24px; } -.auth-logo .logo-icon { font-size: 32px; } +.auth-logo .logo-icon { display: block; color: var(--primary); } .auth-logo h1 { font-size: 24px; font-weight: 600; color: var(--text-1); margin: 0; } .auth-tagline { font-size: 12px; color: var(--text-3); margin: 2px 0 0; } .auth-card h2 { font-size: 18px; margin-bottom: 4px; } diff --git a/frontend/favicon.svg b/frontend/favicon.svg index 057e970..4cc8aa0 100644 --- a/frontend/favicon.svg +++ b/frontend/favicon.svg @@ -1,13 +1,6 @@ - - - - - - - - - - - - + + + + + diff --git a/frontend/index.html b/frontend/index.html index 35625cd..2b3fe52 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -14,7 +14,7 @@