Skip to content

Commit

Permalink
Give service roads the same color as residential roads
Browse files Browse the repository at this point in the history
This resolves gravitystorm#817.
  • Loading branch information
matthijsmelissen committed Aug 4, 2014
1 parent 5b411de commit 81ce70a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roads.mss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@secondary-fill: #f9d6aa;
@tertiary-fill: #f8f8ba;
@residential-fill: #ffffff;
@service-fill: #ffffff;
@service-fill: @residential-fill;
@living-street-fill: #ccc;
@pedestrian-fill: #ededed;
@road-fill: #ddd;
Expand All @@ -29,7 +29,7 @@
@secondary-casing: #cca16a;
@tertiary-casing: #c6c68a;
@residential-casing: #bbb;
@service-casing: #999;
@service-casing: @residential-casing;
@living-street-casing: @default-casing;
@living-street-tunnel-casing: #bbb;
@pedestrian-casing: grey;
Expand Down

0 comments on commit 81ce70a

Please sign in to comment.