Subscribe form dark mode fixes
This commit is contained in:
@@ -67,3 +67,8 @@ input[type="submit"] {
|
|||||||
color: black;
|
color: black;
|
||||||
filter: invert(90%);
|
filter: invert(90%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.subscribe-form input[type="text"],
|
||||||
|
.subscribe-form input[type="email"] {
|
||||||
|
background-color: #222 !important;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user