fix: use monochromatic near-white and slate gray for shots bar
All checks were successful
CI / Lint (push) Successful in 5s
CI / Test (push) Successful in 5s
CI / Build & Push (push) Successful in 14s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-29 13:49:52 -04:00
parent cb712245c2
commit 1394b21fb3

View File

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