Fix rainbow colors

This commit is contained in:
uwap 2018-01-13 20:05:47 +01:00
parent 6c7ea9dfb3
commit a69552de7d
2 changed files with 2 additions and 3 deletions

View file

@ -23,5 +23,5 @@ body .leaflet-div-icon {
.mdi:before {
background-clip: text;
-webkit-background-clip: text;
background: var(--before-background, transparent);
background-image: var(--before-background, transparent);
}