Make construction icons yellow

This commit is contained in:
Quincy Morgan
2019-09-30 14:22:53 +02:00
parent e4237f9280
commit 1ea6f42759
+2 -1
View File
@@ -141,7 +141,8 @@ path.stroke.tag-landuse-residential,
path.stroke.tag-status-construction {
stroke: rgb(196, 189, 25);
}
path.fill.tag-landuse-residential {
path.fill.tag-landuse-residential,
path.fill.tag-status-construction {
stroke: rgba(196, 189, 25, 0.3);
fill: rgba(196, 189, 25, 0.3);
}