Skip to content

Commit

Permalink
Merge pull request #2934 from math1985/parking-color
Browse files Browse the repository at this point in the history
Make parking gray instead of yellow
  • Loading branch information
matthijsmelissen authored Nov 14, 2017
2 parents b55d202 + c9c627f commit f3adce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landcover.mss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@aerodrome: #e9e7e2;
@apron: #e9d1ff;
@garages: #dfddce;
@parking: #f7efb7;
@parking: #eeeeee;
@railway: @industrial;
@railway-line: @industrial-line;
@rest_area: #efc8c8; // also services
Expand Down

0 comments on commit f3adce2

Please sign in to comment.