From 0180801c799120936b854015957e906f44540257 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Thu, 17 Jan 2019 13:30:43 -0500 Subject: [PATCH] Style baseball/softball fields in yellow, not green --- css/25_areas.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/25_areas.css b/css/25_areas.css index c38f9f8f0..ab007e392 100644 --- a/css/25_areas.css +++ b/css/25_areas.css @@ -119,6 +119,8 @@ path.fill.tag-natural-water { /* Yellow things */ path.stroke.tag-leisure-pitch.tag-sport-beachvolleyball, +path.stroke.tag-leisure-pitch.tag-sport-baseball, +path.stroke.tag-leisure-pitch.tag-sport-softball, path.stroke.tag-leisure-track, path.stroke.tag-natural-beach, path.stroke.tag-natural-sand, @@ -131,6 +133,8 @@ path.stroke.tag-amenity-university { stroke: rgba(255, 255, 148, 0.75); } path.fill.tag-leisure-pitch.tag-sport-beachvolleyball, +path.fill.tag-leisure-pitch.tag-sport-baseball, +path.fill.tag-leisure-pitch.tag-sport-softball, path.fill.tag-leisure-track, path.fill.tag-natural-beach, path.fill.tag-natural-sand, @@ -144,6 +148,8 @@ path.fill.tag-amenity-university { fill: rgba(255, 255, 148, 0.25); } .preset-icon-fill-area.tag-leisure-pitch.tag-sport-beachvolleyball, +.preset-icon-fill-area.tag-leisure-pitch.tag-sport-baseball, +.preset-icon-fill-area.tag-leisure-pitch.tag-sport-softball, .preset-icon-fill-area.tag-leisure-track, .preset-icon-fill-area.tag-natural-beach, .preset-icon-fill-area.tag-natural-sand,