Skip to content

Commit

Permalink
Change color of amenity=bank and amenity=atm to @amenity-brown
Browse files Browse the repository at this point in the history
  • Loading branch information
kocio-pl committed Jul 14, 2015
1 parent 675586e commit 6cfb791
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions amenity-points.mss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@marina-text: #576ddf; // also swimming_pool
@wetland-text: darken(#4aa5fa, 25%); /* Also for marsh and mud */
@shop-icon: #ac39ac;
@money-icon: #555555;
@transportation-icon: #0092da;
@transportation-text: #0066ff;
@airtransport: #8461C4;
Expand Down Expand Up @@ -33,14 +32,14 @@

[feature = 'amenity_atm'][zoom >= 17] {
marker-file: url('symbols/atm.16.svg');
marker-fill: @money-icon;
marker-fill: @amenity-brown;
marker-placement: interior;
marker-clip: false;
}

[feature = 'amenity_bank'][zoom >= 17] {
marker-file: url('symbols/bank.16.svg');
marker-fill: @money-icon;
marker-fill: @amenity-brown;
marker-placement: interior;
marker-clip: false;
}
Expand Down Expand Up @@ -1655,7 +1654,7 @@
text-size: 10;
[feature = 'amenity_bank'] { text-dy: 9; }
[feature = 'amenity_atm'] { text-dy: 10; }
text-fill: black;
text-fill: @amenity-brown;
text-halo-radius: 1;
text-halo-fill: rgba(255,255,255,0.6);
text-wrap-width: @standard-wrap-width;
Expand Down

0 comments on commit 6cfb791

Please sign in to comment.