Fix the colour of the map attribution text in dark theme (#7548)
This commit is contained in:
parent
18c82d57ae
commit
2fd06ac0c6
1 changed files with 7 additions and 0 deletions
|
@ -182,6 +182,13 @@ $call-view-button-off-background: $primary-content;
|
||||||
$video-feed-secondary-background: $system;
|
$video-feed-secondary-background: $system;
|
||||||
// ********************
|
// ********************
|
||||||
|
|
||||||
|
// Location sharing
|
||||||
|
// ********************
|
||||||
|
.maplibregl-ctrl-attrib-button {
|
||||||
|
color: $background;
|
||||||
|
}
|
||||||
|
// ********************
|
||||||
|
|
||||||
// One-off colors
|
// One-off colors
|
||||||
// ********************
|
// ********************
|
||||||
$progressbar-bg-color: $system;
|
$progressbar-bg-color: $system;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue