From 56d5827842ee3d8f6cb86958da578d83c8653bb2 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Wed, 19 Apr 2023 19:16:20 -0400 Subject: [PATCH] secondary color --- lightning/src/style.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightning/src/style.json b/lightning/src/style.json index 90fc192..ce24d4d 100644 --- a/lightning/src/style.json +++ b/lightning/src/style.json @@ -1174,7 +1174,7 @@ "visibility": "visible" }, "paint": { - "line-color": "#36EEE0", + "line-color": "#BCECE0", "line-width": {"base": 1.2, "stops": [[6.5, 0], [8, 0.5], [20, 13]]}, "line-opacity": 0.05 }