From e8304e661b8d3457792f76b8540e0c0b18816ef3 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 22 Oct 2019 11:37:58 -0400 Subject: [PATCH] dimming the label color for the city names --- glm-map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm-map.js b/glm-map.js index 989e795..8b592b1 100644 --- a/glm-map.js +++ b/glm-map.js @@ -33,7 +33,7 @@ jQuery(function($){ id: 'nothot' }).addTo(leafletMap); - var style = "color: #343539;line-height: 1;display: block; width: 130px; font-weight: bold; font-family: 'Montserrat';font-size: 15px;"; + var style = "color: #525252;line-height: 1;display: block; width: 130px; font-weight: bold; font-family: 'Montserrat';font-size: 15px;"; ////////////////////// var boyneInfo = '
Harbor Springs is a city and resort community in Emmet County in the U.S. state of Michigan. The population was 1,194 at the 2010 census. Harbor Springs is in a sheltered bay on the north shore of the Little Traverse Bay on Lake Michigan
'; -- 2.17.1