From f7b8d3c7bce3183a03c2a2e22c6dab8f2bdfc151 Mon Sep 17 00:00:00 2001 From: "Eevee (Evelyn Woods)" Date: Fri, 12 Apr 2024 00:07:07 -0600 Subject: [PATCH] Whoops I meant to spice up the score, not the label --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index f402998..080bff4 100644 --- a/style.css +++ b/style.css @@ -1608,14 +1608,14 @@ body.--debug .player-overlay-message { } .scoreboard .-total-score { grid-column: span 3; - color: hsl(45, 50%, 75%); + color: hsl(45, 100%, 75%); } .scoreboard h4 { font-size: 0.75em; color: hsl(220, 10%, 60%); } .scoreboard .-total-score h4 { - color: hsl(30, 100%, 60%); + color: hsl(30, 50%, 60%); } .scoreboard p { margin: 0;