aboutsummaryrefslogtreecommitdiff
path: root/ferry-routes.mss
diff options
context:
space:
mode:
Diffstat (limited to 'ferry-routes.mss')
-rw-r--r--ferry-routes.mss11
1 files changed, 11 insertions, 0 deletions
diff --git a/ferry-routes.mss b/ferry-routes.mss
new file mode 100644
index 0000000..57145df
--- /dev/null
+++ b/ferry-routes.mss
@@ -0,0 +1,11 @@
+#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;
+ }
+ }
+}