From c08ec6ae1c73598b90730d36a763715c695135f3 Mon Sep 17 00:00:00 2001 From: Pierre Tellier Date: Sun, 28 Apr 2024 21:37:20 +0200 Subject: [PATCH] fixed swapped teams --- src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index 9d1f2d1..1db40e0 100644 --- a/src/style.css +++ b/src/style.css @@ -114,11 +114,11 @@ body { } .player0 { - border: solid 3px yellow; + border: solid 3px blue; } .player1 { - border: solid 3px blue; + border: solid 3px yellow; } .player-1 {