From 5f9bea67da0377ce96a514a1b890e89d1d1e525c Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sun, 5 May 2019 23:11:33 -0400 Subject: [PATCH] Render more areas in dark grey (rocks, cave entrances, cliffs, etc) --- css/25_areas.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css/25_areas.css b/css/25_areas.css index 2324de32a..b2604e373 100644 --- a/css/25_areas.css +++ b/css/25_areas.css @@ -249,10 +249,15 @@ path.stroke.tag-landuse-railway, path.stroke.tag-landuse-quarry, path.stroke.tag-leisure-pitch.tag-sport-basketball, path.stroke.tag-leisure-pitch.tag-sport-skateboard, +path.stroke.tag-man_made-adit, path.stroke.tag-man_made-groyne, path.stroke.tag-man_made-breakwater, path.stroke.tag-natural-bare_rock, +path.stroke.tag-natural-cave_entrance, +path.stroke.tag-natural-cliff, +path.stroke.tag-natural-rock, path.stroke.tag-natural-scree, +path.stroke.tag-natural-stone, path.stroke.tag-natural-shingle, path.stroke.tag-waterway-dam, path.stroke.tag-waterway-weir { @@ -263,10 +268,15 @@ path.fill.tag-landuse-railway, path.fill.tag-landuse-quarry, path.fill.tag-leisure-pitch.tag-sport-basketball, path.fill.tag-leisure-pitch.tag-sport-skateboard, +path.fill.tag-man_made-adit, path.fill.tag-man_made-groyne, path.fill.tag-man_made-breakwater, path.fill.tag-natural-bare_rock, +path.fill.tag-natural-cliff, +path.fill.tag-natural-cave_entrance, +path.fill.tag-natural-rock, path.fill.tag-natural-scree, +path.fill.tag-natural-stone, path.fill.tag-natural-shingle, path.fill.tag-waterway-dam, path.fill.tag-waterway-weir {