From 47cf68cfcdc317bd4974ed9debaebed276b0d23f Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Wed, 19 Apr 2023 19:20:16 -0400 Subject: [PATCH] road minor color --- lightning/src/style.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lightning/src/style.json b/lightning/src/style.json index ce24d4d..9687fa6 100644 --- a/lightning/src/style.json +++ b/lightning/src/style.json @@ -627,7 +627,7 @@ ], "layout": {"line-join": "round", "visibility": "visible"}, "paint": { - "line-color": "#36EEE0", + "line-color": "#BCECE0", "line-opacity": 0.05, "line-width": {"base": 1.2, "stops": [[13.5, 0], [14, 2.5], [20, 11.5]]} } @@ -1152,7 +1152,7 @@ "visibility": "visible" }, "paint": { - "line-color": "#36EEE0", + "line-color": "#BCECE0", "line-opacity": 0.05, "line-width": {"base": 1.2, "stops": [[13.5, 0], [14, 2.5], [20, 11.5]]} }