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:
parent
10825e8b82
commit
932e9ca4ef
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user