Fix AI multiple moves and player colors
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
--accent-secondary: #00adb5;
|
||||
--player1-color: #4ecca3;
|
||||
--player2-color: #e94560;
|
||||
--player3-color: #f9ed69;
|
||||
--player4-color: #00adb5;
|
||||
--blocked-color: #2a2a4a;
|
||||
--empty-color: #3a5a6a;
|
||||
--highlight-color: rgba(255, 255, 255, 0.3);
|
||||
@@ -225,11 +227,11 @@ body {
|
||||
}
|
||||
|
||||
.player-4 {
|
||||
border-left-color: #a8e6cf;
|
||||
border-left-color: #00adb5;
|
||||
}
|
||||
|
||||
.player-4.active {
|
||||
background: linear-gradient(135deg, var(--bg-panel), rgba(168, 230, 207, 0.1));
|
||||
background: linear-gradient(135deg, var(--bg-panel), rgba(0, 173, 181, 0.1));
|
||||
}
|
||||
|
||||
.player-card.ai-controlled {
|
||||
|
||||
Reference in New Issue
Block a user