fix: use cyan and lime for shots bar
All checks were successful
CI / Lint (push) Successful in 9s
CI / Test (push) Successful in 7s
CI / Build & Push (push) Successful in 13s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-29 13:44:59 -04:00
parent 66fff68e6a
commit 869a7a91b7

View File

@@ -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;
}