Skip to content

Commit

Permalink
Make rarity text white (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Oct 12, 2022
1 parent ca7060e commit 23babc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ input[type=text] {

span.common, span.uncommon, span.rare, span.epic, span.legendary, span.mythic {
border-radius: 0.25rem;
color: white;
padding: 0.125rem 0.25rem 0.125rem 0.25rem;
}

Expand Down

0 comments on commit 23babc1

Please sign in to comment.