adasd
All checks were successful
Deploy / deploy-staging (push) Successful in 23s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-15 20:27:41 +02:00
parent d18b213fbe
commit bd62c35461
2 changed files with 8 additions and 2 deletions

View File

@@ -189,13 +189,13 @@ body {
.login-field input:focus,
.login-field textarea:focus {
border-color: rgba(255, 255, 255, 0.26);
background: #ffffff;
background: rgba(213, 223, 193, 0.62);
color: #111827;
}
.login-field input:not(:placeholder-shown),
.login-field textarea:not(:placeholder-shown) {
background: #ffffff;
background: rgba(213, 223, 193, 0.62);
color: #111827;
}