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 {
border-color: rgba(255, 255, 255, 0.26);
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 {