summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-11-07 10:53:31 +0100
committerMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-11-07 10:53:31 +0100
commit2042e9c6da260813e7fa68ea62af3e41acf70fab (patch)
tree1e29c74d756e101287b1f2ede400abb4951dae9c /play.html
parent332c77e30adea7b73f4e37ea7a953317ba244262 (diff)
downloadvotes-for-women-2042e9c6da260813e7fa68ea62af3e41acf70fab.tar.gz
badges badges buttons buttons
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 a40ee8f..176bb74 100644
--- a/play.html
+++ b/play.html
@@ -231,6 +231,14 @@ div.persistent_box {
box-shadow: 1px 2px 4px #0004;
}
+.card.action {
+ box-shadow: 0 0 0 3px white;
+}
+
+.card.selected {
+ box-shadow: 0 0 0 3px yellow;
+}
+
#tooltip {
position: fixed;
pointer-events: none;