Skip to content

Commit

Permalink
Ensure country tab buttons are black on all browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
noahpatterson committed Jan 2, 2024
1 parent 9c448dd commit c44ab0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/CountryTab.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
border-right: none;
}

.App .country-tab-wrapper button {
color: #000;
}

.App .country-tab {
font-family: 'Open Sans', sans-serif;
list-style: none;
Expand Down

0 comments on commit c44ab0a

Please sign in to comment.