Skip to content

Commit

Permalink
Apply suggested styling to leaderboard table.
Browse files Browse the repository at this point in the history
  • Loading branch information
somiaj committed Dec 17, 2024
1 parent a672901 commit 14f44e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/ContentGenerator/AchievementsLeaderboard.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<p><%= maketext('You are currently rank [_1] out of [_2].', $c->{currentRank}, $c->{maxRank}) %></p>
% }
%
<table class="table table-bordered table-sm">
<thead>
<table class="table table-bordered table-hover table-sm">
<thead class="table-primary">
<tr>
<th><%= maketext('Rank') %></th>
<th><%= maketext('Points') %></th>
Expand Down

0 comments on commit 14f44e0

Please sign in to comment.