Skip to content

Commit

Permalink
Try to force color on options within select instead?
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Pitt committed Nov 26, 2023
1 parent 30b73ed commit fa4e8db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/skeleton.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
background-color: lch(0 0 0 / 0.1);
}

select * {
color: black !important;
}

#app {
display: grid;
grid-template-rows: auto minmax(auto, 1fr);
Expand Down

0 comments on commit fa4e8db

Please sign in to comment.