diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -291,7 +291,7 @@ body.shift .highlight { box-shadow: inset 0 0 3px black, 0 0 3px black; } .wilderness.danger, .cultivated.danger, .box.danger { - box-shadow: inset 0 0 0 3px red, inset 0 0 3px 3px black, 0 0 3px black; + box-shadow: inset 0 0 0 2px red, inset 0 0 3px 2px black, 0 0 3px black; } .wilderness.tip, .cultivated.tip, .box.tip, .militia-box.tip { border-color: white; |