Skip to content

Commit

Permalink
fix high score color
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTG committed Oct 13, 2024
1 parent e1d53d3 commit 1cb123c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/application.scss.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2962,7 +2962,7 @@ li span.state_name {

.high_score_new_line {
font-family: $Nunito_400Regular;
color: #333333;
color: var(--darkgrey);
display: block;
line-height: 15px;
padding: 4px 0;
Expand Down

0 comments on commit 1cb123c

Please sign in to comment.