diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -112,12 +112,12 @@ opacity: 0.8; z-index: 9; } -.town.where { +.town.muster { opacity: 0.8; border-color: blue; z-index: 9; } -.town.where.highlight { +.town.muster.highlight { box-shadow: 0 0 2px 4px white; } |