From 5a0f0362f096fe91cd6aaa6501d597f5c5d26ea3 Mon Sep 17 00:00:00 2001 From: nebulon42 Date: Thu, 20 Aug 2015 20:59:38 +0200 Subject: [PATCH] change colour of admin boundaries to be consistent on z1-3 (fixes #1749) --- shapefiles.mss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapefiles.mss b/shapefiles.mss index f67fb5eec9..4edbb72b47 100644 --- a/shapefiles.mss +++ b/shapefiles.mss @@ -1,7 +1,7 @@ #necountries { [zoom >= 1][zoom < 4] { line-width: 0.5; - line-color: grey; + line-color: @admin-boundaries; } }