Skip to content

Commit

Permalink
Change man made gray and text color, make text-dy uniform (#3516)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisenbe authored and kocio-pl committed Nov 27, 2018
1 parent 09aa0b7 commit 2767eb4
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@culture: @amenity-brown;
@public-service: @amenity-brown;
@office: #4863A0;
@man-made-icon: #555;
@man-made-icon: #666666;
@advertising-grey: @man-made-icon;
@landform-color: #d08f55;
@leisure-green: darken(@park, 60%);
Expand Down Expand Up @@ -2005,8 +2005,7 @@
text-size: @standard-font-size;
text-wrap-width: @standard-wrap-width;
text-line-spacing: @standard-line-spacing-size;
text-fill: black;
[feature = 'natural_cave_entrance'] { text-dy: 11; }
text-fill: darken(@man-made-icon, 20%);
[feature = 'man_made_cross'],
[feature = 'historic_wayside_cross'] {
text-dy: 6;
Expand All @@ -2020,11 +2019,12 @@
[feature = 'man_made_water_tower'],
[feature = 'man_made_storage_tank'],
[feature = 'man_made_silo'],
[feature = 'man_made_chimney'],
[feature = 'man_made_water_works'],
[feature = 'man_made_wastewater_plant'] {
[feature = 'man_made_chimney'] {
text-dy: 10;
}
[feature = 'natural_cave_entrance'] {
text-dy: 11;
}
text-face-name: @standard-font;
text-halo-radius: @standard-halo-radius;
text-halo-fill: @standard-halo-fill;
Expand Down Expand Up @@ -2063,8 +2063,8 @@
text-size: @standard-font-size;
text-wrap-width: @standard-wrap-width;
text-line-spacing: @standard-line-spacing-size;
text-fill: @man-made-icon;
text-dy: 11;
text-fill: darken(@man-made-icon, 20%);
text-dy: 10;
text-face-name: @standard-font;
text-halo-radius: @standard-halo-radius;
text-halo-fill: @standard-halo-fill;
Expand Down Expand Up @@ -2599,9 +2599,8 @@
text-size: @standard-font-size;
text-wrap-width: @standard-wrap-width;
text-line-spacing: @standard-line-spacing-size;
text-fill: @man-made-icon;
text-dy: 16;
[feature = 'man_made_windmill'] { text-dy: 12; }
text-fill: darken(@man-made-icon, 20%);
text-dy: 10;
text-face-name: @standard-font;
text-halo-radius: @standard-halo-radius;
text-halo-fill: @standard-halo-fill;
Expand Down Expand Up @@ -3097,8 +3096,8 @@
text-size: @standard-font-size;
text-wrap-width: @standard-wrap-width;
text-line-spacing: @standard-line-spacing-size;
text-dy: 11;
text-fill: @man-made-icon;
text-dy: 10;
text-fill: darken(@man-made-icon, 20%);
text-face-name: @standard-font;
text-halo-radius: @standard-halo-radius;
text-halo-fill: @standard-halo-fill;
Expand Down

0 comments on commit 2767eb4

Please sign in to comment.