From ffd5446e54d50038da27fa7c2fb228e7b3e320ae Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 8 Dec 2023 13:31:38 +0100 Subject: Show result of reactions. Manual routing. --- play.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.html') diff --git a/play.html b/play.html index 2ae21fc..74d5977 100644 --- a/play.html +++ b/play.html @@ -243,9 +243,9 @@ main[data-scenario="5"] { } .die.action { box-shadow: 0 0 0 1px #333, 0 0 0px 3px white; } +.card.action { box-shadow: 0 0 0 3px whitesmoke; } .card.selected { box-shadow: 0 0 0px 3px gold; } .card.target { box-shadow: 0 0 0px 3px black; } -.card.action { box-shadow: 0 0 0 3px whitesmoke; } .action_type.action { border-color: white; -- cgit v1.2.3