Fix CSS errors

This commit is contained in:
Quincy Morgan 2019-12-23 16:23:39 -05:00
parent c10259532f
commit cbaf57e174

View file

@ -790,8 +790,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);