summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
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;