From 2fd06ac0c68ddc068ad587b1b59ba281b392b232 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Mon, 17 Jan 2022 09:30:26 +0000 Subject: [PATCH] Fix the colour of the map attribution text in dark theme (#7548) --- res/themes/dark/css/_dark.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/res/themes/dark/css/_dark.scss b/res/themes/dark/css/_dark.scss index 94564aa779..72a3a6dcfd 100644 --- a/res/themes/dark/css/_dark.scss +++ b/res/themes/dark/css/_dark.scss @@ -182,6 +182,13 @@ $call-view-button-off-background: $primary-content; $video-feed-secondary-background: $system; // ******************** +// Location sharing +// ******************** +.maplibregl-ctrl-attrib-button { + color: $background; +} +// ******************** + // One-off colors // ******************** $progressbar-bg-color: $system;