From dc3bfd13b306eea3ac1c7ba7963aa9bd7da1f38a Mon Sep 17 00:00:00 2001 From: josh Date: Sun, 19 Apr 2026 19:01:15 -0400 Subject: [PATCH] style: add soft white glow to team logos so dark crests (TBL) read on dark cards Co-Authored-By: Claude Opus 4.7 --- app/static/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/static/styles.css b/app/static/styles.css index 71d2bbd..5e70cf5 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -182,6 +182,7 @@ main { height: 40px; object-fit: contain; flex-shrink: 0; + filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.35)); } .team-meta {