diff --git a/public/static/libs/mapbox/style/customs/night-style.json b/public/static/libs/mapbox/style/customs/night-style.json index 27f5564..d111085 100644 --- a/public/static/libs/mapbox/style/customs/night-style.json +++ b/public/static/libs/mapbox/style/customs/night-style.json @@ -22,7 +22,7 @@ "id": "background", "type": "background", "paint": { - "background-color": "rgba(1, 33, 45,1)" + "background-color": "rgba(0, 63, 95,1)" } }, { @@ -50,7 +50,7 @@ }, "paint": { "fill-opacity": 0.7, - "fill-color": "rgba(1, 33, 45,1)" + "fill-color": "rgba(0, 63, 95,1)" } }, { @@ -64,7 +64,7 @@ "grass" ], "paint": { - "fill-color": "rgba(0, 47, 64,1)", + "fill-color": "rgba(0, 74, 109,1)", "fill-opacity": 1 } },