From 4cc2b70dbce40e5ab5399cffc79295d89b7e76e7 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Wed, 12 Nov 2025 23:17:54 +0100 Subject: [PATCH] fix: Significantly improve text and button visibility on match hero MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Back button: solid black/60 background with backdrop-blur instead of ghost - Download Demo button: solid primary background instead of outline - Map name: triple-layer text shadow for maximum contrast - Score labels: full white with strong shadows, uppercase styling - Score numbers: triple shadow with glow effect (0.95/0.8/0.6 opacity layers) - Colon separator: full white with strong shadow - Metadata text/icons: strong text shadows and drop-shadow filters - Tabs container: increased to black/70 with stronger backdrop-blur All text elements now have multiple layers of shadows for readability on bright map backgrounds like de_dust2. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/routes/match/[id]/+layout.svelte | 46 ++++++++++++++++++++-------- 1 file changed, 34 insertions(+), 12 deletions(-) diff --git a/src/routes/match/[id]/+layout.svelte b/src/routes/match/[id]/+layout.svelte index c3f563e..b810020 100644 --- a/src/routes/match/[id]/+layout.svelte +++ b/src/routes/match/[id]/+layout.svelte @@ -57,7 +57,7 @@
{#if match.demo_parsed} - @@ -83,20 +90,32 @@
-
TERRORISTS
+
+ Terrorists +
{match.score_team_a}
-
:
+
+ : +
-
COUNTER-TERRORISTS
+
+ Counter-Terrorists +
{match.score_team_b}
@@ -104,13 +123,16 @@
-
+
- + {formattedDate}
- + {duration}
MR12 ({match.max_rounds} rounds) @@ -120,7 +142,7 @@
-
+