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 {