But back blue links in popup and small credit

fix #1418
This commit is contained in:
Yohan Boniface 2023-11-23 17:14:15 +01:00
parent 0a900bdd3b
commit e891ed61dd

View file

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