From 81ce70a54d27fbf930a131f678b764c4bd897177 Mon Sep 17 00:00:00 2001 From: math1985 Date: Mon, 4 Aug 2014 01:02:23 +0100 Subject: [PATCH] Give service roads the same color as residential roads This resolves #817. --- roads.mss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roads.mss b/roads.mss index d1488724ac..8ad63a294d 100644 --- a/roads.mss +++ b/roads.mss @@ -7,7 +7,7 @@ @secondary-fill: #f9d6aa; @tertiary-fill: #f8f8ba; @residential-fill: #ffffff; -@service-fill: #ffffff; +@service-fill: @residential-fill; @living-street-fill: #ccc; @pedestrian-fill: #ededed; @road-fill: #ddd; @@ -29,7 +29,7 @@ @secondary-casing: #cca16a; @tertiary-casing: #c6c68a; @residential-casing: #bbb; -@service-casing: #999; +@service-casing: @residential-casing; @living-street-casing: @default-casing; @living-street-tunnel-casing: #bbb; @pedestrian-casing: grey;