Enhance Your Turn status gradient to be more visible

Widen the green gradient range to match the visual pop of the
opponent turn purple gradient.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken 2026-02-22 18:03:40 -05:00
parent 10825e8b82
commit 932e9ca4ef

View File

@ -1654,7 +1654,7 @@ input::placeholder {
}
.status-message.your-turn {
background: linear-gradient(135deg, #b5d484 0%, #9ab973 100%);
background: linear-gradient(135deg, #c8e6a0 0%, #8fbf5a 100%);
color: #2d3436;
}