dimming the label color for the city names
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 22 Oct 2019 15:37:58 +0000 (11:37 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 22 Oct 2019 15:37:58 +0000 (11:37 -0400)
glm-map.js

index 989e795..8b592b1 100644 (file)
@@ -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 = '<div class="marker-title">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</div>';