From 2120ab47062e98c8c160bdeedaa7692acd0085b2 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sun, 5 Feb 2017 16:37:21 -0500 Subject: [PATCH] Adjust preset icon stroke/fill for living street --- css/map.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/map.css b/css/map.css index f7a0602e1..40da4af55 100644 --- a/css/map.css +++ b/css/map.css @@ -791,16 +791,16 @@ path.casing.tag-road { } .preset-icon .icon.highway-living-street { - color: #ccc; - fill: #fff; + color: #bbb; + fill: #ddd; } path.stroke.tag-highway-living_street, path.stroke.tag-living_street { - stroke:#ccc; + stroke: #ccc; } path.casing.tag-highway-living_street, path.casing.tag-living_street { - stroke:#fff; + stroke: #fff; } .preset-icon .icon.highway-footway.tag-highway-corridor,