Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jggoebel committed May 31, 2024
1 parent 9e522b4 commit f2723ef
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/app/leaderboard/leaderboard.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@
text-align: right;
}

tr:nth-child(even) {background: #02213d;}
tr:nth-child(odd) {background: #01162a;}
tr:nth-child(even) {
background: #02213d;
}
tr:nth-child(odd) {
background: #01162a;
}

.entry-row {
font-size: 24px;
Expand Down

0 comments on commit f2723ef

Please sign in to comment.