diff options
Diffstat (limited to 'tools')
-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") |