From 2381a17e3af7ea6d2f899568dfae11b7cdf805c7 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 7 May 2023 17:50:39 +0200 Subject: Objective Scoring and Pivotal Bonus Actions. --- play.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'play.html') diff --git a/play.html b/play.html index ea94d46..398a94b 100644 --- a/play.html +++ b/play.html @@ -154,6 +154,14 @@ body.Observer #set_aside_panel { display: none } drop-shadow(2px 0 0 white) } +.piece.selected { + filter: + drop-shadow(0 -2px 0 yellow) + drop-shadow(0 2px 0 yellow) + drop-shadow(-2px 0 0 yellow) + drop-shadow(2px 0 0 yellow) +} + .card.action { box-shadow: 0 0 0 3px white; } -- cgit v1.2.3