Add green styling for flowerbeds

This commit is contained in:
Quincy Morgan
2019-08-15 13:51:45 -05:00
parent 16747cf888
commit e424ec71c7

View File

@@ -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);