Skip to content

Commit

Permalink
Merge pull request #1778 from kocio-pl/car_repair-brown
Browse files Browse the repository at this point in the history
Changing color of shop=car_repair to brown
  • Loading branch information
matkoniecz committed Sep 18, 2015
2 parents ec8c203 + 36603a7 commit 799d308
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@
marker-file: url('symbols/shopping_car_repair.16.svg');
marker-placement: interior;
marker-clip: false;
marker-fill: @shop-icon;
marker-fill: @amenity-brown;
}

[feature = 'shop_bicycle'][zoom >= 17] {
Expand Down Expand Up @@ -2016,6 +2016,9 @@
text-halo-fill: rgba(255, 255, 255, 0.6);
text-wrap-width: @standard-wrap-width;
text-placement: interior;
[feature = 'shop_car_repair'] {
text-fill: @amenity-brown;
}
}
}

Expand Down

0 comments on commit 799d308

Please sign in to comment.