From 1394b21fb3706fdfcb254d9bb8c5681cf2b0019a Mon Sep 17 00:00:00 2001 From: josh Date: Sun, 29 Mar 2026 13:49:52 -0400 Subject: [PATCH] fix: use monochromatic near-white and slate gray for shots bar Co-Authored-By: Claude Sonnet 4.6 --- app/static/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/static/styles.css b/app/static/styles.css index fa8fd5d..2c8b3c8 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -223,12 +223,12 @@ main { } .shots-fill-away { - background: #22d3ee; + background: #e5e7eb; border-radius: 99px 0 0 99px; } .shots-fill-home { - background: #a3e635; + background: #6b7280; border-radius: 0 99px 99px 0; }