diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -232,10 +232,15 @@ path.tip { stroke: white; stroke-dasharray: 4 4; } height: 50px; } -#token_aid.action { box-shadow: 0 0 0 3px white; } .token.shipment.action { box-shadow: 0 0 0 3px white; } .token.shipment.selected { box-shadow: 0 0 0 3px yellow; } +.token.shipment.action.farc { box-shadow: 0 0 0 3px white, 0 0 2px 6px #f33 } +.token.shipment.action.auc { box-shadow: 0 0 0 3px white, 0 0 2px 6px gold } +.token.shipment.action.cartels { box-shadow: 0 0 0 3px white, 0 0 0 2px 6px lawngreen } + +#token_aid.action { box-shadow: 0 0 0 3px white; } + #token_total_support { background-color: #006cb7; border-color: #348cda #004d95 #004d95 #348cda; box-shadow: 0 0 0 1px #000d55, 0px 1px 4px #0008; } #token_prop_card { background-color: #80643e; border-color: #a0835c #614721 #614721 #a0835c; box-shadow: 0 0 0 1px #291200, 0px 1px 4px #0008; } #token_oppose_plus_bases { background-color: #d74729; border-color: #ff6f50 #ad1800 #ad1800 #ff6f50; box-shadow: 0 0 0 1px #5a0000, 0px 1px 4px #0008; } |