summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-11-24 15:52:54 +0100
committerMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-11-24 15:52:54 +0100
commit4eb3c91f4c644129f6fe9f81ecd5b2c5b8838880 (patch)
tree35643961977f55a131f27c4f315d50bef82aabda /play.html
parent8374f92352f322b93b855e17ac6cb35590e6fda8 (diff)
downloadvotes-for-women-4eb3c91f4c644129f6fe9f81ecd5b2c5b8838880.tar.gz
draw 6 cards, select which to put on top
Diffstat (limited to 'play.html')
-rw-r--r--play.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/play.html b/play.html
index bfa01a0..f9f2455 100644
--- a/play.html
+++ b/play.html
@@ -397,6 +397,10 @@ div.button_box .button {
box-shadow: 0 0 0 3px yellow;
}
+.card.played {
+ box-shadow: 0 0 0 3px blue;
+}
+
#tooltip {
position: fixed;
pointer-events: none;