mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 21:48:13 +00:00
chore: dark & light mode improvements
This commit is contained in:
@@ -170,7 +170,11 @@ $darkModeTextCol: #eee;
|
||||
|
||||
select {
|
||||
color: $darkModeTextCol !important;
|
||||
border-color: $darkModeTextCol !important;
|
||||
border-color: $darkModeTextCol;
|
||||
|
||||
&:focus-visible {
|
||||
border-color: $accentCol;
|
||||
}
|
||||
}
|
||||
|
||||
option,
|
||||
|
||||
Reference in New Issue
Block a user