diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-08-02 15:31:57 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-08-05 20:46:48 +0200 |
commit | 54cb46f42273dfd502216beae87fcf309a4626cf (patch) | |
tree | 3cb5e0265fc0f143a2a165f7b648e99c00efedfb /tools/gencolors.js | |
parent | b641df55f93a050765be1213064e020a093f1f28 (diff) | |
download | time-of-crisis-54cb46f42273dfd502216beae87fcf309a4626cf.tar.gz |
dynamic positioning of improvements (prepare for v2 playtest)
Diffstat (limited to 'tools/gencolors.js')
-rw-r--r-- | tools/gencolors.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gencolors.js b/tools/gencolors.js index eaff630..c6eb2b0 100644 --- a/tools/gencolors.js +++ b/tools/gencolors.js @@ -67,7 +67,7 @@ function gencss(color, sel) { print(`${sel} { border-color: ${hi} ${lo} ${lo} ${hi}; box-shadow: 0 0 0 1px ${sh}, 1px 2px 4px #0008; }`) } -gencss("#efebea", ".amphitheater, .basilica, .limes") +gencss("#efebea", ".improvement") gencss("#ed1b2f", ".red") gencss("#a0caec", ".blue") gencss("#ffe175", ".yellow") |