diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-11-18 14:53:37 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-11-18 14:53:45 +0100 |
commit | e882154127fbc1dc35e9e598d0c45cc3dc09e8ca (patch) | |
tree | c9a228b0b983dc05c9d6edaa10803552d304f7e2 | |
parent | 0cee28075504d3354e5c327200d472c760452b94 (diff) | |
download | richard-iii-e882154127fbc1dc35e9e598d0c45cc3dc09e8ca.tar.gz |
Gold action highlight for Calais.
-rw-r--r-- | play.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ header.your_turn { background-color: orange; } } #svgmap #area_France { fill: gold; stroke: gold; stroke-width: 8px; } -#svgmap #area_Calais { fill: white; stroke: white; stroke-width: 8px; } +#svgmap #area_Calais { fill: gold; stroke: gold; stroke-width: 8px; } #svgmap #area_Scotland { fill: firebrick; } #svgmap #area_English_Channel, #svgmap #area_Irish_Sea, |