Skip to content

Commit

Permalink
Merge pull request #127 from RPI-ITWS/MINILEADERBOARD-UPDATE
Browse files Browse the repository at this point in the history
Updated Mini Leaderboard
  • Loading branch information
sharmp5 authored Dec 9, 2024
2 parents 7126d57 + 36be8cf commit 35dc42b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/miniLeaderboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
border-collapse: collapse;
margin-top: 10px;
font-size: 0.9em;
color: #fff;
color: #333;
}

#miniLeaderboard td {
Expand All @@ -13,7 +13,7 @@
}

#miniLeaderboard tr:nth-child(even) {
background-color: #333;
background-color: #d3d3d3;
}

#miniLeaderboard tr:hover {
Expand All @@ -23,5 +23,5 @@

#miniLeaderboard td:first-child {
font-weight: bold;
color: #fff;
color: #333;
}

0 comments on commit 35dc42b

Please sign in to comment.