Skip to content

Commit

Permalink
fixed option background color with light themed systems
Browse files Browse the repository at this point in the history
  • Loading branch information
sammdu committed Dec 12, 2021
1 parent 2bb48d5 commit 01b079b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ input[type="number"]::-webkit-inner-spin-button {
margin: 0;
}

option {
background-color: #1d2345;
}

.round-empty-pill {
display: inline-block;
height: 2.4rem;
Expand Down

0 comments on commit 01b079b

Please sign in to comment.