aboutsummaryrefslogtreecommitdiff
path: root/ferry-routes.mss
blob: 57145df1c3439c953f076c1ebe44194fe52992f5 (plain)
1
2
3
4
5
6
7
8
9
10
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;
    }
  }
}