Improve color contrast on leaflet map

This commit is contained in:
decabeza
2019-03-13 17:53:13 +01:00
parent f7e327af09
commit df68822111

View File

@@ -2655,6 +2655,17 @@ table {
}
}
.leaflet-container {
.leaflet-control-attribution {
background: rgba(255, 255, 255, 0.9) !important;
}
a {
color: $link !important;
}
}
// 24. Homepage
// ------------