From 10ba422e367752a7d394709dfbf772ac165f76e9 Mon Sep 17 00:00:00 2001 From: lewis Date: Fri, 12 Dec 2025 20:42:58 +0200 Subject: [PATCH] auth page css update --- src/oauth/templates.rs | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/src/oauth/templates.rs b/src/oauth/templates.rs index b09a685..6f8c80b 100644 --- a/src/oauth/templates.rs +++ b/src/oauth/templates.rs @@ -67,13 +67,6 @@ fn base_styles() -> &'static str { .container { width: 100%; max-width: 400px; - padding-top: 15vh; - } - - @media (max-width: 640px) { - .container { - padding-top: 2rem; - } } .card { @@ -234,12 +227,12 @@ fn base_styles() -> &'static str { } .btn-secondary { - background: var(--contrast-500); - color: white; + background: var(--contrast-200); + color: var(--contrast-800); } .btn-secondary:hover { - background: var(--contrast-600); + background: var(--contrast-300); } .footer {