summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css8
1 files changed, 8 insertions, 0 deletions
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;