From 289d31ce159c07c4fad2cd0b8fce8d19be3e2746 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Mon, 20 May 2019 10:34:34 -0400 Subject: [PATCH] Update green fill CSS --- css/25_areas.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/25_areas.css b/css/25_areas.css index 6cd355679..e12f1f2cb 100644 --- a/css/25_areas.css +++ b/css/25_areas.css @@ -24,27 +24,29 @@ path.stroke.old-multipolygon { /* Green things */ path.stroke.tag-natural, +path.stroke.tag-natural-wood, path.stroke.tag-leisure-nature_reserve, path.stroke.tag-leisure-pitch, path.stroke.tag-leisure-track, path.stroke.tag-leisure-golf_course, path.stroke.tag-leisure-garden, path.stroke.tag-leisure-park, +path.stroke.tag-landuse-recreation_ground, path.stroke.tag-landuse-forest, -path.stroke.tag-landuse-wood, path.stroke.tag-landuse-grass, path.stroke.tag-barrier-hedge { stroke: rgb(140, 208, 95); } path.fill.tag-natural, +path.fill.tag-natural-wood, path.fill.tag-leisure-nature_reserve, path.fill.tag-leisure-pitch, path.fill.tag-leisure-track, path.fill.tag-leisure-golf_course, path.fill.tag-leisure-garden, path.fill.tag-leisure-park, +path.fill.tag-landuse-recreation_ground, path.fill.tag-landuse-forest, -path.fill.tag-natural-wood, path.fill.tag-landuse-grass, path.fill.tag-barrier-hedge { stroke: rgba(140, 208, 95, 0.3);