Merge pull request #454 from jiftechnify/fix-option-in-dark-theme
Fix: invisible <option> text in dark theme
This commit is contained in:
commit
29f17e6247
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user