From 62afc1001e8a0a33b1bef477d15ceb3afe242b6b Mon Sep 17 00:00:00 2001 From: josh Date: Sun, 29 Mar 2026 14:10:02 -0400 Subject: [PATCH] feat: amber top border for intermission games Co-Authored-By: Claude Sonnet 4.6 --- app/static/script.js | 2 +- app/static/styles.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/static/script.js b/app/static/script.js index a61132f..57ea4ad 100644 --- a/app/static/script.js +++ b/app/static/script.js @@ -49,7 +49,7 @@ function renderLiveGame(game) { ` : ''; return ` -
+
${periodLabel} diff --git a/app/static/styles.css b/app/static/styles.css index 8ffac7e..3fb1848 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -88,6 +88,10 @@ main { border-top-color: var(--green-accent); } +.game-box-intermission { + border-top-color: #f59e0b; +} + /* ── Card Header (badges + live dot) ───────────── */ .card-header {