forked from MapComplete/MapComplete
Make mapcontrol-button svgs styleable by colour
This commit is contained in:
parent
403bd54b96
commit
15e21544ba
5 changed files with 86 additions and 23 deletions
|
@ -93,6 +93,10 @@ svg, img {
|
|||
display: unset;
|
||||
}
|
||||
|
||||
.mapcontrol svg path{
|
||||
fill: var(--subtle-detail-color-contrast);
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--foreground-color);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue