fix color of select options in dark mode

This commit is contained in:
rmoren97 2026-02-13 15:50:58 -08:00
parent 9c09356744
commit 5c46dfd939

View File

@ -60,14 +60,9 @@ body {
}
select.glass-input {
background-color: #0d0d1a;
color-scheme: dark;
}
select.glass-input:focus {
background-color: #0d0d1a;
}
select option {
background-color: #0d0d1a;
color: #f3f4f6;