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

@@ -185,6 +185,12 @@ body > main {
.kb-text-input:focus { .kb-text-input:focus {
border-color: rgba(255, 255, 255, 0.26); border-color: rgba(255, 255, 255, 0.26);
background: rgba(213, 223, 193, 0.62) !important; background: rgba(213, 223, 193, 0.62) !important;
color: #111827 !important;
}
.kb-text-input:not(:placeholder-shown) {
background: rgba(213, 223, 193, 0.62) !important;
color: #111827 !important;
} }
.kb-text-input::placeholder { .kb-text-input::placeholder {

View File

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