diff --git a/src/app/leaderboard/leaderboard.component.scss b/src/app/leaderboard/leaderboard.component.scss index d9c1c27..3b0c419 100644 --- a/src/app/leaderboard/leaderboard.component.scss +++ b/src/app/leaderboard/leaderboard.component.scss @@ -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;