diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-06-23 19:50:21 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-16 19:12:55 +0100 |
commit | 49edc29cda6d4da620fc4809f036a610b8b27f42 (patch) | |
tree | 7f117cfd1ccf4da51a1216f11bf9a06c69a175ff /play.html | |
parent | 89ac1f61defbf542b97d16fd1eb3232392e3b505 (diff) | |
download | richard-iii-49edc29cda6d4da620fc4809f036a610b8b27f42.tar.gz |
richard: Layout blocks based on ownership.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -146,7 +146,7 @@ div.block.Lancaster { border: 3px solid brown; background-color: brown; } div.block.York { border: 3px solid gainsboro; background-color: gainsboro; } div.block.Rebel { border: 3px solid dimgray; background-color: dimgray; } -div.block.Lancaster.highlight { border-color: white; } +div.block.Lancaster.highlight { border-color: red; } div.block.York.highlight { border-color: white; } div.block.Rebel.highlight { border-color: white; } |