summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/play.css b/play.css
index 8ed5a11..52cc044 100644
--- a/play.css
+++ b/play.css
@@ -317,6 +317,19 @@ body.Communist header.your_turn { background-color: hsl(355, 70%, 75%); }
display: none;
}
+#discard_header, #removed_header {
+ background-color: hsl(210,15%,38%);
+}
+#discard_panel, #removed_panel {
+ background-image: repeating-linear-gradient(135deg,
+ hsl(210,15%,33%),
+ hsl(210,15%,33%) 60px,
+ hsl(210,15%,30%) 60px,
+ hsl(210,15%,30%) 120px
+ )
+}
+
+
/* CARD IMAGES */
#tooltip {