diff --git a/ferry-routes.mss b/ferry-routes.mss index 3b7da45578..57145df1c3 100644 --- a/ferry-routes.mss +++ b/ferry-routes.mss @@ -1,14 +1,11 @@ -/* - - -*/ \ No newline at end of file +#ferry-routes { + [zoom >= 7] { + line-color: #66f; + line-width: 0.4; + line-dasharray: 4,4; + [zoom >= 11] { + line-width: 0.8; + line-dasharray: 6,6; + } + } +}