From 1a7ce2438143a935c930e88708b90629738a9bdf Mon Sep 17 00:00:00 2001 From: Thom Breugelmans Date: Fri, 29 Nov 2024 16:44:57 +0100 Subject: [PATCH] fix: not all 25 stars visible in leaderboard --- static/stylesheets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/stylesheets/style.css b/static/stylesheets/style.css index a451261..d811c6d 100644 --- a/static/stylesheets/style.css +++ b/static/stylesheets/style.css @@ -184,7 +184,7 @@ animation-delay: 0.5s; } .star { -font-size: 1.3vh; +font-size: 1.5vw; color: #333333; --star-color: #111111; } @@ -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); -} \ No newline at end of file +}