From 47acc2640ba10a62776bd3ed02c35354e9252b1b Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 15 Oct 2019 14:32:45 +0200 Subject: [PATCH] Set a color for the OpenLayers attribution control --- src/styles/_map.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/_map.scss b/src/styles/_map.scss index c45eab3a..eb8c715c 100644 --- a/src/styles/_map.scss +++ b/src/styles/_map.scss @@ -16,6 +16,11 @@ height: 20px; } + .ol-attribution a { + color: rgba(0, 0, 0, 0.75); + text-decoration: none; + } + .ol-control { button { background-color: rgb(28, 31, 36);