diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-11-08 00:53:23 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-11-09 00:56:25 +0100 |
commit | 618e75a4153b14c073940922460fceb26a379ede (patch) | |
tree | a2118c3258529074f9781a71d755f0f14c0199bc | |
parent | d1ef9fec253873a1596d8f247396f11854db00ad (diff) | |
download | algeria-618e75a4153b14c073940922460fceb26a379ede.tar.gz |
White for action, cyan for selected, yellow for target, lime for tooltip.
-rw-r--r-- | play.html | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -33,17 +33,18 @@ --red-75: #ff8484; --red-67: #fe4a57; - --area-tip-color: yellow; + --area-tip-color: lime; + --unit-tip-color: lime; + --area-target-color: gold; --urban-action-color: white; --rural-action-color: green; --remote-action-color: brown; - --unit-tip-color: yellow; - --unit-action-color: yellow; + --unit-action-color: white; --unit-selected-color: cyan; - --unit-target-color: lime; + --unit-target-color: yellow; --counter-french-color: #bcddff; --counter-elite-color: #ffcccb; |