Set text color of inputs according to the color scheme

This commit is contained in:
2026-05-17 21:05:31 +02:00
parent 28fe027517
commit a7d1cc0f62
+4
View File
@@ -26,3 +26,7 @@ body {
.link:hover:not(.button-link) { .link:hover:not(.button-link) {
text-decoration: underline; text-decoration: underline;
} }
input {
color: var(--dark);
}