style fix for dropdowns on Windows

This commit is contained in:
sparks-alec
2022-01-15 16:10:49 -05:00
parent 127dba77b6
commit d2edcf81fa
+5
View File
@@ -234,6 +234,11 @@ select {
font-size: 16px;
font-weight: 500;
}
select option{
/* these styles don't affect macOS but are important for Windows! */
text-align: left;
background-color: #333333;
}
input:focus,
select:focus {
outline: #fdea08 2px solid;