leaflet attribution links: use primary color

This commit is contained in:
Laura Klünder 2017-12-18 23:21:52 +01:00
parent bbdf677faa
commit f65803d5db

View file

@ -695,6 +695,13 @@ main:not([data-view=route-result]) #route-summary {
font-weight: bold;
background-color: #eeeeee;
}
.leaflet-control-attribution a {
color: $color-primary;
}
.leaflet-control-attribution a:hover {
color: $color-secondary;
text-decoration: none;
}
#modal {