From 6d0ccc31a46f037f78f1107ab92908c6ce6a191f Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Tue, 11 Jun 2019 13:40:54 -0400 Subject: [PATCH] Use lighter styling for sidewalks than generic footways (close #6522) --- css/30_highways.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/30_highways.css b/css/30_highways.css index b29485a92..16022ccce 100644 --- a/css/30_highways.css +++ b/css/30_highways.css @@ -489,6 +489,13 @@ path.line.stroke.tag-highway_bus_stop, .preset-icon-container path.casing.tag-highway-footway { stroke: #988; } +.preset-icon .icon.tag-highway-footway.tag-footway-sidewalk { + color: #d4b4b4; +} +path.stroke.tag-highway-footway.tag-footway-sidewalk, +.preset-icon-container path.casing.tag-highway-footway.tag-footway-sidewalk { + stroke: #d4b4b4; +} .preset-icon-container path.stroke.tag-highway-footway:not(.tag-crossing-marked):not(.tag-crossing-unmarked):not(.tag-man_made-pier):not(.tag-public_transport-platform) { stroke: #fff; }