Skip to content

Instantly share code, notes, and snippets.

@Komzpa
Created October 29, 2014 10:36

Revisions

  1. Komzpa created this gist Oct 29, 2014.
    12 changes: 12 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    area[area:highway=motorway]{fill-color:#809bc0}
    area[area:highway=trunk]{fill-color:#7fc97f}
    area[area:highway=primary]{fill-color:#fb805f}
    area[area:highway=secondary]{fill-color:#fdbf6f}
    area[area:highway=tertiary]{fill-color:#f7f496}

    area[area:highway=residential]{fill-color:#c0c0c0}

    area[area:highway=service]{fill-color:#809bc0}
    area[area:highway=footway]{fill-color:#00ff00}

    area[area:highway]{fill-opacity:0.7}