From 54cb46f42273dfd502216beae87fcf309a4626cf Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 2 Aug 2024 15:31:57 +0200 Subject: dynamic positioning of improvements (prepare for v2 playtest) --- tools/gencolors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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") -- cgit v1.2.3