chore: dark & light mode improvements

This commit is contained in:
2025-02-07 14:08:06 +01:00
parent 0930dab77c
commit f28f1e31c2
3 changed files with 22 additions and 4 deletions
+5 -1
View File
@@ -170,7 +170,11 @@ $darkModeTextCol: #eee;
select {
color: $darkModeTextCol !important;
border-color: $darkModeTextCol !important;
border-color: $darkModeTextCol;
&:focus-visible {
border-color: $accentCol;
}
}
option,