Fix landuse=construction styling

This commit is contained in:
Quincy Morgan
2019-02-19 16:03:08 -05:00
parent 63caa02cea
commit ba59fd0240
+2 -2
View File
@@ -170,7 +170,7 @@ path.fill.tag-amenity-university {
/* Gold things */
path.stroke.tag-landuse-residential,
path.stroke.tag-landuse-construction {
path.stroke.tag-status-construction {
stroke: rgb(196, 189, 25);
}
path.fill.tag-landuse-residential {
@@ -178,7 +178,7 @@ path.fill.tag-landuse-residential {
fill: rgba(196, 189, 25, 0.3);
}
.preset-icon-fill-area.tag-landuse-residential,
.preset-icon-fill-area.tag-landuse-construction {
.preset-icon-fill-area.tag-status-construction {
border-color: rgb(196, 189, 25);
background: rgba(196, 189, 25, 0.3);
}