Anpassungen Login Signup

This commit is contained in:
Simona Oswald 2026-04-17 23:55:12 +02:00
parent 01e30bfb64
commit 536df27e57

View File

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