darken inputs in dark mode

This commit is contained in:
Mikaël Cluseau
2025-07-08 14:50:14 +02:00
parent 47843f202f
commit 62882e78d8

View File

@ -51,6 +51,11 @@ th, tr:last-child > td {
} }
.red { color: #c00; } .red { color: #c00; }
textarea, input[type=text] {
background: #111;
color: #ddd;
}
} }
header { header {