From 66fff68e6a48903bd22ddc15e2a215d64bbd763e Mon Sep 17 00:00:00 2001 From: josh Date: Sun, 29 Mar 2026 13:42:41 -0400 Subject: [PATCH] fix: use sky blue and pink for shots bar to improve contrast 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 b0f298c..2df8e0e 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -223,12 +223,12 @@ main { } .shots-fill-away { - background: #60a5fa; + background: #38bdf8; border-radius: 99px 0 0 99px; } .shots-fill-home { - background: #818cf8; + background: #f472b6; border-radius: 0 99px 99px 0; }