From 869a7a91b71f6c1bbd70a3d80fde11b5b248151d Mon Sep 17 00:00:00 2001 From: josh Date: Sun, 29 Mar 2026 13:44:59 -0400 Subject: [PATCH] fix: use cyan and lime 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 2df8e0e..fa8fd5d 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -223,12 +223,12 @@ main { } .shots-fill-away { - background: #38bdf8; + background: #22d3ee; border-radius: 99px 0 0 99px; } .shots-fill-home { - background: #f472b6; + background: #a3e635; border-radius: 0 99px 99px 0; }