mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Add green styling for flowerbeds
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user