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 @@