diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-06-22 12:56:02 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-16 19:19:38 +0100 |
commit | 84317c155f58704d118cee1580cc3520912db7f7 (patch) | |
tree | 8a0f5d6c0ec8f5dd51d6ee7db655146aec59413a /play.html | |
parent | 7bb46dfeeef808b3479b34dcba9243df5f96ee12 (diff) | |
download | crusader-rex-84317c155f58704d118cee1580cc3520912db7f7.tar.gz |
crusader: Fix charge and harry.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -146,7 +146,7 @@ } .town.muster { opacity: 0.8; - border-color: blue; + border-color: red; z-index: 9; } .town.muster.highlight { |