Subscribe form dark mode fixes

This commit is contained in:
2025-08-24 21:55:31 -04:00
parent 921890053b
commit bb385782ea

View File

@@ -67,3 +67,8 @@ input[type="submit"] {
color: black;
filter: invert(90%);
}
.subscribe-form input[type="text"],
.subscribe-form input[type="email"] {
background-color: #222 !important;
}