From a3955da7f2c4ec63429779e8c186ee66ac53533e Mon Sep 17 00:00:00 2001 From: vikingowl Date: Wed, 12 Nov 2025 23:16:25 +0100 Subject: [PATCH] fix: Improve text visibility on match hero section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Strengthen background gradient overlay from 90/70/50% to 95/85/75% opacity - Add stronger text shadows to score numbers (double shadow for depth) - Increase team label opacity from 70% to 90% - Increase metadata text from white/80 to white with drop-shadow - Increase tabs background from black/30 to black/50 - Improve colon separator contrast Fixes readability issues on bright maps like de_dust2. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/routes/match/[id]/+layout.svelte | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/src/routes/match/[id]/+layout.svelte b/src/routes/match/[id]/+layout.svelte index 422c928..c3f563e 100644 --- a/src/routes/match/[id]/+layout.svelte +++ b/src/routes/match/[id]/+layout.svelte @@ -48,7 +48,8 @@
{mapName} -
+ +
@@ -82,20 +83,28 @@
-
TERRORISTS
-
+
TERRORISTS
+
{match.score_team_a}
-
:
+
:
-
COUNTER-TERRORISTS
-
{match.score_team_b}
+
COUNTER-TERRORISTS
+
+ {match.score_team_b} +
-
+
{formattedDate} @@ -111,7 +120,7 @@
-
+