From e4f4b625ee28c653a635b9c8cbb6aa2f5febca11 Mon Sep 17 00:00:00 2001 From: "Devless Bot (aider)" Date: Fri, 24 Apr 2026 10:21:40 +0000 Subject: [PATCH] style: change X signs color to red in tic-tac-toe game --- src/components/TicTacToe.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TicTacToe.css b/src/components/TicTacToe.css index 58ca0bd..98ec3e5 100644 --- a/src/components/TicTacToe.css +++ b/src/components/TicTacToe.css @@ -29,7 +29,7 @@ } &.x { - color: var(--accent); + color: red; } &.o {