diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -210,6 +210,10 @@ body header.fascist.your_turn { background-color: hsl(30, 35%, 65%); } height: 45px; } +.token:not(.action) { + pointer-events: none; +} + /* :r! node tools/gencolor.js */ .token.white { background-color: #bbbbbb; border-color: #d6d6d6 #737373 #737373 #d6d6d6; box-shadow: 0 0 0 1px #323232, 0px 1px 4px #0008; } .token.red { background-color: #ef0500; border-color: #ff5d49 #b40000 #b40000 #ff5d49; box-shadow: 0 0 0 1px #790000, 0px 1px 4px #0008; } |