From 42864b92be901344447b9c97f297f797cd0b4e81 Mon Sep 17 00:00:00 2001 From: Andrio Celos Date: Sun, 2 Oct 2022 01:03:09 +1000 Subject: [PATCH] Fix hover special spaces of player 2 not appearing correctly --- TableturfBattleClient/tableturf.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TableturfBattleClient/tableturf.css b/TableturfBattleClient/tableturf.css index 39b6343..99657ee 100644 --- a/TableturfBattleClient/tableturf.css +++ b/TableturfBattleClient/tableturf.css @@ -206,9 +206,9 @@ footer { #gameBoard td.hover3:not(.hoverillegal)::after { background: var(--primary-colour-3); } #gameBoard td.hover4:not(.hoverillegal)::after { background: var(--primary-colour-4); } #gameBoard td.hoverspecial.hover1:not(.hoverillegal)::after { background: var(--special-colour-1); } -#gameBoard td.hoverspecial.hover1:not(.hoverillegal)::after { background: var(--special-colour-2); } -#gameBoard td.hoverspecial.hover1:not(.hoverillegal)::after { background: var(--special-colour-3); } -#gameBoard td.hoverspecial.hover1:not(.hoverillegal)::after { background: var(--special-colour-4); } +#gameBoard td.hoverspecial.hover2:not(.hoverillegal)::after { background: var(--special-colour-2); } +#gameBoard td.hoverspecial.hover3:not(.hoverillegal)::after { background: var(--special-colour-3); } +#gameBoard td.hoverspecial.hover4:not(.hoverillegal)::after { background: var(--special-colour-4); } #gameBoard td.hoverillegal::after { background: grey; }