diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index 434faae4..e6f80d6a 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -1207,7 +1207,9 @@ a.add-datalayer:hover, .umap-popup-footer li.next:before { background-position: -5px -77px; } - +.umap-popup a:hover { + text-decoration: underline; +} /* ************* */ /* Marker's Icon */ @@ -1620,8 +1622,13 @@ a.add-datalayer:hover, height: 36px; line-height: 34px; } +/* Links are blue by default */ .leaflet-container a { - color: #323737; + color: #0078a8; +} +/* But not in controls */ +.leaflet-bar a { + color: black; } /* ****** */