dark mode for selects

This commit is contained in:
keyan 2022-10-26 10:21:35 -05:00
parent 6c9f4f1c3a
commit 8a9943a1af
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ a:hover {
border-bottom-color: var(--theme-inputBg);
}
select.custom-select,
.form-control {
background-color: var(--theme-inputBg);
color: var(--theme-color);