leaflet attribution links: use primary color
This commit is contained in:
parent
bbdf677faa
commit
f65803d5db
1 changed files with 7 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue