From 99d7ae8ea791f46473d3635506106dae277d0682 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Thu, 18 Apr 2019 11:52:00 -0700 Subject: [PATCH] Remove water styling for landuses that do not necessarily encompass water, and for amenity=swimming_pool since it is deprecated --- css/25_areas.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/css/25_areas.css b/css/25_areas.css index d52c541c6..2324de32a 100644 --- a/css/25_areas.css +++ b/css/25_areas.css @@ -64,21 +64,15 @@ path.fill.tag-barrier-hedge { /* Blue things */ path.stroke.tag-amenity-fountain, -path.stroke.tag-amenity-swimming_pool, path.stroke.tag-leisure-swimming_pool, -path.stroke.tag-landuse-aquaculture, path.stroke.tag-landuse-basin, -path.stroke.tag-landuse-harbour, path.stroke.tag-landuse-reservoir, path.stroke.tag-natural-water { stroke: rgb(119, 211, 222); } path.fill.tag-amenity-fountain, -path.fill.tag-amenity-swimming_pool, path.fill.tag-leisure-swimming_pool, -path.fill.tag-landuse-aquaculture, path.fill.tag-landuse-basin, -path.fill.tag-landuse-harbour, path.fill.tag-landuse-reservoir, path.fill.tag-natural-water { stroke: rgba(119, 211, 222, 0.3);