Adjust preset icon stroke/fill for living street

This commit is contained in:
Bryan Housel
2017-02-05 16:37:21 -05:00
parent 84433f46ac
commit 2120ab4706
+4 -4
View File
@@ -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,