Merge pull request #454 from jiftechnify/fix-option-in-dark-theme

Fix: invisible <option> text in dark theme
This commit is contained in:
Kieran 2023-03-27 10:10:47 +01:00 committed by GitHub
commit 29f17e6247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -292,6 +292,11 @@ textarea {
border: 1px solid rgba(0, 0, 0, 0.3);
}
option,
optgroup {
background-color: var(--bg-color);
}
input:placeholder,
textarea:placeholder {
color: var(--font-tertiary-color);