diff --git a/landcover.mss b/landcover.mss index 0d11dcf827..db0b06a105 100644 --- a/landcover.mss +++ b/landcover.mss @@ -474,7 +474,7 @@ polygon-fill: @societal_amenities; [zoom >= 13] { line-width: 0.3; - line-color: brown; + line-color: darken(@societal_amenities, 35%); } } [way_pixels >= 4] { polygon-gamma: 0.75; } @@ -534,6 +534,10 @@ polygon-fill: @stadium; [way_pixels >= 4] { polygon-gamma: 0.75; } [way_pixels >= 64] { polygon-gamma: 0.3; } + [zoom >= 13] { + line-width: 0.3; + line-color: darken(@stadium, 35%); + } } }