From e424ec71c75d277a72f123da6777ff5ce70f63d1 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Thu, 15 Aug 2019 13:51:45 -0500 Subject: [PATCH] Add green styling for flowerbeds --- css/25_areas.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/25_areas.css b/css/25_areas.css index e12f1f2cb..f389ea117 100644 --- a/css/25_areas.css +++ b/css/25_areas.css @@ -34,6 +34,7 @@ path.stroke.tag-leisure-park, path.stroke.tag-landuse-recreation_ground, path.stroke.tag-landuse-forest, path.stroke.tag-landuse-grass, +path.stroke.tag-landuse-flowerbed, path.stroke.tag-barrier-hedge { stroke: rgb(140, 208, 95); } @@ -48,6 +49,7 @@ path.fill.tag-leisure-park, path.fill.tag-landuse-recreation_ground, path.fill.tag-landuse-forest, path.fill.tag-landuse-grass, +path.fill.tag-landuse-flowerbed, path.fill.tag-barrier-hedge { stroke: rgba(140, 208, 95, 0.3); fill: rgba(140, 208, 95, 0.3);