Skip to content

Commit

Permalink
fix: not all 25 stars visible in leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomBreugelmans committed Nov 29, 2024
1 parent fab2798 commit 1a7ce24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ animation-delay: 0.5s;
}

.star {
font-size: 1.3vh;
font-size: 1.5vw;
color: #333333;
--star-color: #111111;
}
Expand All @@ -205,4 +205,4 @@ text-shadow: 0 0 var(--glow-width) #fff,
0 0 calc(var(--glow-width) * 1.5) var(--star-color),
0 0 calc(var(--glow-width) * 2) var(--star-color),
0 0 calc(var(--glow-width) * 2.5) var(--star-color);
}
}

0 comments on commit 1a7ce24

Please sign in to comment.