Skip to content

Commit

Permalink
Merge branch 'station-label' of https://github.com/nebulon42/openstre…
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsmelissen committed Oct 26, 2015
2 parents 29ca4d8 + 2c6e946 commit bba14e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions stations.mss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@station-color: #7981b0;
@station-text: #66f;
@station-text: darken(saturate(@station-color, 15%), 10%);

.stations {
[railway = 'subway_entrance'][zoom >= 18] {
Expand All @@ -24,7 +24,7 @@
text-size: 9;
text-fill: @station-text;
text-dy: 8;
text-halo-radius: 1;
text-halo-radius: 1.5;
text-halo-fill: rgba(255,255,255,0.6);
text-wrap-width: 0;
text-placement: interior;
Expand Down Expand Up @@ -53,7 +53,7 @@
text-size: 9;
text-fill: @station-text;
text-dy: 9;
text-halo-radius: 1;
text-halo-radius: 1.5;
text-halo-fill: rgba(255,255,255,0.6);
text-wrap-width: 0;
text-placement: interior;
Expand All @@ -77,7 +77,7 @@
text-size: 8;
text-fill: @station-text;
text-dy: 8;
text-halo-radius: 1;
text-halo-radius: 1.5;
text-halo-fill: rgba(255,255,255,0.6);
text-wrap-width: 0;
text-placement: interior;
Expand Down Expand Up @@ -105,7 +105,7 @@
text-size: 10;
text-fill: @station-text;
text-dy: 10;
text-halo-radius: 1;
text-halo-radius: 1.5;
text-halo-fill: rgba(255,255,255,0.6);
text-wrap-width: 0;
text-placement: interior;
Expand Down

0 comments on commit bba14e0

Please sign in to comment.