diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 0301ec535..ed1322275 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -2655,6 +2655,17 @@ table { } } +.leaflet-container { + + .leaflet-control-attribution { + background: rgba(255, 255, 255, 0.9) !important; + } + + a { + color: $link !important; + } +} + // 24. Homepage // ------------