Skip to content

Commit

Permalink
Merge pull request #4535 from jdhoek/feature/car_repair-goes-purple
Browse files Browse the repository at this point in the history
Fix shop=car_repair label/icon colour mismatch (purple)
  • Loading branch information
pnorman authored Jun 4, 2022
2 parents a9dae4b + a6716e8 commit afbfbcc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions style/amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,6 @@

[shop = 'car_repair'][zoom >= 18] {
marker-file: url('symbols/shop/car_repair.svg');
marker-fill: @amenity-brown;
}

[shop = 'dairy'][zoom >= 18] {
Expand Down Expand Up @@ -2604,9 +2603,6 @@
text-face-name: @standard-font;
text-halo-radius: @standard-halo-radius;
text-halo-fill: rgba(255, 255, 255, 0.6);
[shop = 'car_repair'] {
text-fill: @amenity-brown;
}
[shop = 'massage'] {
text-fill: @leisure-green;
}
Expand Down

0 comments on commit afbfbcc

Please sign in to comment.