From 3a6a037e1426d72b6e99a76935ecb0e1212ffc5c Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Mon, 31 Jan 2022 13:28:50 -0800 Subject: [PATCH] Hightlight your active player Signed-off-by: James Ketrenos --- client/src/Board.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/Board.css b/client/src/Board.css index 289e58e..fddafa7 100755 --- a/client/src/Board.css +++ b/client/src/Board.css @@ -148,7 +148,7 @@ } .Players .PlayerSelector[data-selected=true] { - background-color: rgba(255,255,255,0.5); + background-color: rgba(255, 255, 0, 0.5); } .Players .PlayerToggle {