summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-05-07 17:50:39 +0200
committerTor Andersson <tor@ccxvii.net>2023-05-24 21:06:18 +0200
commit2381a17e3af7ea6d2f899568dfae11b7cdf805c7 (patch)
treec93e066e95ed6239c2fbaaba4f7d18428a87e714 /play.html
parent0df5b3971cf65d23258ae080e8c1163077920fe6 (diff)
downloadred-flag-over-paris-2381a17e3af7ea6d2f899568dfae11b7cdf805c7.tar.gz
Objective Scoring and Pivotal Bonus Actions.
Diffstat (limited to 'play.html')
-rw-r--r--play.html8
1 files changed, 8 insertions, 0 deletions
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;
}