Fix the colour of the map attribution text in dark theme (#7548)

This commit is contained in:
Andy Balaam 2022-01-17 09:30:26 +00:00 committed by GitHub
parent 18c82d57ae
commit 2fd06ac0c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;