fixed swapped teams

This commit is contained in:
Pierre Tellier 2024-04-28 21:37:20 +02:00
parent e43625434d
commit c08ec6ae1c
1 changed files with 2 additions and 2 deletions

View File

@ -114,11 +114,11 @@ body {
} }
.player0 { .player0 {
border: solid 3px yellow; border: solid 3px blue;
} }
.player1 { .player1 {
border: solid 3px blue; border: solid 3px yellow;
} }
.player-1 { .player-1 {