From df68822111f71fa74d73cc4faede75bd606b4abc Mon Sep 17 00:00:00 2001 From: decabeza Date: Wed, 13 Mar 2019 17:53:13 +0100 Subject: [PATCH] Improve color contrast on leaflet map --- app/assets/stylesheets/layout.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 // ------------