Fix errant wetland area CSS

This commit is contained in:
Quincy Morgan
2019-12-24 10:05:11 -05:00
parent acfd1af5b2
commit b557461d0b

View File

@@ -194,8 +194,8 @@ path.stroke.tag-natural-wetland {
stroke: rgb(153, 225, 170);
}
path.fill.tag-natural-wetland {
stroke: rgb(153, 225, 170, 0.3);
fill: rgb(153, 225, 170, 0.3);
stroke: rgba(153, 225, 170, 0.3);
fill: rgba(153, 225, 170, 0.3);
}
.preset-icon-fill path.area.fill.tag-natural-wetland {
fill: rgba(153, 225, 170, 0.2);