Make mapcontrol-button svgs styleable by colour

This commit is contained in:
Pieter Vander Vennet 2021-07-27 21:02:30 +02:00
parent 403bd54b96
commit 15e21544ba
5 changed files with 86 additions and 23 deletions

View file

@ -93,6 +93,10 @@ svg, img {
display: unset;
}
.mapcontrol svg path{
fill: var(--subtle-detail-color-contrast);
}
a {
color: var(--foreground-color);
}