fix: use perceptually balanced colors for shots bar
All checks were successful
CI / Lint (push) Successful in 5s
CI / Test (push) Successful in 6s
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:40:59 -04:00
parent 9ad563ed3f
commit bada8c0b7b

View File

@@ -223,12 +223,12 @@ main {
}
.shots-fill-away {
background: #4a90e2;
background: #60a5fa;
border-radius: 99px 0 0 99px;
}
.shots-fill-home {
background: #f97316;
background: #818cf8;
border-radius: 0 99px 99px 0;
}