Use lighter styling for sidewalks than generic footways (close #6522)

This commit is contained in:
Quincy Morgan
2019-06-11 13:40:54 -04:00
parent 8e13f3faf6
commit 6d0ccc31a4
+7
View File
@@ -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;
}