From 1ea6f42759a057d998009ee07ff007210e85815b Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Mon, 30 Sep 2019 14:22:53 +0200 Subject: [PATCH] Make construction icons yellow --- css/25_areas.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/25_areas.css b/css/25_areas.css index f389ea117..36873b938 100644 --- a/css/25_areas.css +++ b/css/25_areas.css @@ -141,7 +141,8 @@ path.stroke.tag-landuse-residential, path.stroke.tag-status-construction { stroke: rgb(196, 189, 25); } -path.fill.tag-landuse-residential { +path.fill.tag-landuse-residential, +path.fill.tag-status-construction { stroke: rgba(196, 189, 25, 0.3); fill: rgba(196, 189, 25, 0.3); }