diff options
author | Eden Halperin <eden@mapbox.com> | 2014-05-19 13:27:40 -0700 |
---|---|---|
committer | Eden Halperin <eden@mapbox.com> | 2014-05-19 13:27:40 -0700 |
commit | 971d51ae520d27b12f1e61b1347b6a05dda40e7f (patch) | |
tree | 933224497319d6983c949c8bec6c8b592eeb7358 /bin | |
parent | 0a336d42868ddf32168128b83cc8cba1709df8e0 (diff) | |
download | qtlocation-mapboxgl-971d51ae520d27b12f1e61b1347b6a05dda40e7f.tar.gz |
darken motorways a bit
Diffstat (limited to 'bin')
-rw-r--r-- | bin/style.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/style.js b/bin/style.js index 19b4e221fa..7052d5710c 100644 --- a/bin/style.js +++ b/bin/style.js @@ -770,7 +770,7 @@ module.exports = { "hospital": "#f8eee0", "builtup": "#f6faff", "case": "#fff", - "motorway": "#d7a8a8", + "motorway": "#cda0a0", "main": "#ddc0b9", "street": "#fff", "text": "#666", |