From 536df27e576ae2fda803b6d6bcc7392dcfcd59ec Mon Sep 17 00:00:00 2001 From: oswaldsimona Date: Fri, 17 Apr 2026 23:55:12 +0200 Subject: [PATCH] Anpassungen Login Signup --- css/login_signup.css | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/css/login_signup.css b/css/login_signup.css index c707264..151f815 100644 --- a/css/login_signup.css +++ b/css/login_signup.css @@ -138,23 +138,6 @@ button[type="submit"]:active { /* --- Hints & errors --- */ - -.link-text { - margin-top: var(--space-4); - text-align: center; -} - -.link-text a{ - color: var(--blue); - text-decoration: none; - transition: color 0.3s ease; -} - -.link-text a:hover { - color: var(--blue-dark); - text-decoration: underline; -} - .error-message { color: var(--error); font-size: 0.8rem;