From dd1d9fe42dc270c69df02744787294d163f5a6a6 Mon Sep 17 00:00:00 2001 From: josh Date: Sun, 19 Apr 2026 20:20:18 -0400 Subject: [PATCH] =?UTF-8?q?style:=20bump=20SOG=20legibility=20=E2=80=94=20?= =?UTF-8?q?bigger,=20brighter,=20with=20tabular=20nums;=20match=20PP=20siz?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- app/static/styles.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/static/styles.css b/app/static/styles.css index 43e415b..c03ca79 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -202,12 +202,14 @@ main { } .team-sog { - font-size: 0.68rem; - color: var(--text-muted); + font-size: 0.78rem; + color: #b8b8b8; + font-weight: 500; + font-variant-numeric: tabular-nums; } .team-pp { - font-size: 0.68rem; + font-size: 0.78rem; color: var(--red); font-weight: 600; font-variant-numeric: tabular-nums;