diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 { |