Skip to content

Commit

Permalink
Makes Select2 input text black (smogon#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrianshChari authored and thejetou committed Apr 29, 2023
1 parent 8372d95 commit 5eac311
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/dark-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,7 @@ td.sorting_1 {
label:not(.btn) {
color: white;
}

input.select2-input {
color: black;
}

0 comments on commit 5eac311

Please sign in to comment.