fixed dark mode input fields

This commit is contained in:
2026-05-14 12:13:01 +02:00
parent 1c255ce908
commit 9952fea6bf
+2 -1
View File
@@ -811,7 +811,8 @@ code, pre, kbd, samp {
.field-input:focus {
outline: none;
border-color: var(--mauve);
background: color-mix(in srgb, var(--rosewater) 70%, transparent);
background: color-mix(in srgb, var(--surface0) 85%, var(--mauve) 8%);
box-shadow: 0 0 0 3px color-mix(in srgb, var(--mauve) 22%, transparent);
}
.field-label {
display: block;