fix: invisible <option> text in dark theme

This commit is contained in:
jiftechnify 2023-03-23 22:57:08 +09:00
parent d5f828ffb8
commit b201e5d692
1 changed files with 4 additions and 0 deletions

View File

@ -292,6 +292,10 @@ 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);