Don't render slipway line icon as white (close #7804)

This commit is contained in:
Quincy Morgan
2020-07-19 21:25:39 -04:00
parent de307f3ff9
commit dc6dcbcef6
+1 -1
View File
@@ -390,7 +390,7 @@ path.line.casing.tag-road {
}
/* service roads */
.preset-icon .icon.tag-highway-service {
.preset-icon .icon.tag-highway-service:not(.tag-service) {
color: #fff;
fill: #666;
}