From 93af4411e518c72ec9decef6295c5b31931927b6 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 5 Jul 2024 18:46:03 +0200 Subject: no card menu --- play.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'play.css') diff --git a/play.css b/play.css index 1aa535f..3f9e331 100644 --- a/play.css +++ b/play.css @@ -205,6 +205,14 @@ body.America header.your_turn { background-color: hsl(211, 50%, 75%) } box-shadow: 1px 1px 4px #0008; } +.card.action { + box-shadow: 0 0 0 3px white; +} + +.card.selected { + box-shadow: 0 0 0 3px yellow; +} + .card.shrink { width: 187px; height: 262px; -- cgit v1.2.3