From b2ca7df6e0c117b6f5d7fb3c47f25aff2c97eb3b Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Wed, 6 Dec 2023 20:23:18 +0100 Subject: states and strategy action --- play.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index ed511a5..b15ab5f 100644 --- a/play.html +++ b/play.html @@ -594,11 +594,11 @@ div.button_box .button { box-shadow: 0 0 0 1px black, 0 0 0 4px var(--opp-75); } -.card.states { +.card.states.action { box-shadow: 0 0 0 1px black, 0 0 0 4px var(--action-states); } -.card.strategy { +.card.strategy.action { box-shadow: 0 0 0 1px black, 0 0 0 4px var(--action-strategy); } -- cgit v1.2.3