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

pull/21833/head
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
1 changed files with 7 additions and 0 deletions

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;