From 4eb3c91f4c644129f6fe9f81ecd5b2c5b8838880 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Fri, 24 Nov 2023 15:52:54 +0100 Subject: draw 6 cards, select which to put on top --- play.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'play.html') 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; -- cgit v1.2.3