Skip to content

Commit 799d308

Browse files
committed
Merge pull request #1778 from kocio-pl/car_repair-brown
Changing color of shop=car_repair to brown
2 parents ec8c203 + 36603a7 commit 799d308

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

amenity-points.mss

+4-1
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@
695695
marker-file: url('symbols/shopping_car_repair.16.svg');
696696
marker-placement: interior;
697697
marker-clip: false;
698-
marker-fill: @shop-icon;
698+
marker-fill: @amenity-brown;
699699
}
700700

701701
[feature = 'shop_bicycle'][zoom >= 17] {
@@ -2016,6 +2016,9 @@
20162016
text-halo-fill: rgba(255, 255, 255, 0.6);
20172017
text-wrap-width: @standard-wrap-width;
20182018
text-placement: interior;
2019+
[feature = 'shop_car_repair'] {
2020+
text-fill: @amenity-brown;
2021+
}
20192022
}
20202023
}
20212024

0 commit comments

Comments
 (0)