diff --git a/css/25_areas.css b/css/25_areas.css index 2805d5e0b..ee10c51ee 100644 --- a/css/25_areas.css +++ b/css/25_areas.css @@ -26,6 +26,9 @@ path.stroke.tag-landuse, path.stroke.tag-natural, 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 { stroke: rgb(140, 208, 95); } @@ -33,6 +36,9 @@ path.fill.tag-landuse, path.fill.tag-natural, 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 { stroke: rgba(140, 208, 95, 0.3); fill: rgba(140, 208, 95, 0.3); @@ -41,6 +47,9 @@ path.fill.tag-leisure-park { .preset-icon-fill-area.tag-natural, .preset-icon-fill-area.tag-leisure-nature_reserve, .preset-icon-fill-area.tag-leisure-pitch, +.preset-icon-fill-area.tag-leisure-track, +.preset-icon-fill-area.tag-leisure-golf_course, +.preset-icon-fill-area.tag-leisure-garden, .preset-icon-fill-area.tag-leisure-park { border-color: rgb(140, 208, 95); background-color: rgba(140, 208, 95, 0.3);