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;