From 932e9ca4ef152eddea6498b9d95282d77955632b Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 22 Feb 2026 18:03:40 -0500 Subject: [PATCH] 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 --- client/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/style.css b/client/style.css index 1f96edb..4c2bb21 100644 --- a/client/style.css +++ b/client/style.css @@ -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; }