anpassung der login seite und main css fuer accessibility

This commit is contained in:
rirat-0
2026-05-13 12:48:35 +02:00
parent 012e3b8b9b
commit 6abc244be7
2 changed files with 9 additions and 3 deletions
+6 -1
View File
@@ -45,6 +45,7 @@ main {
}
}
/* Seite wird horizontal und vertikal zentriert */
.login-page {
display: flex;
justify-content: center;
@@ -60,7 +61,6 @@ main {
border: 1px solid white;
border-radius: 10px;
background-color: white;
/** box-shadow: 0 4px 10px rgba(0,0,0,0.05); */
}
.logo-wrapper {
@@ -119,6 +119,11 @@ main {
font-size: 0.9rem;
}
/* Versteckt das doppelte Label fuer Screenreader/Accessibility */
.screenreader-only {
display: none;
}
body {
background-color: coral;
}