mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 01:25:27 +01:00
Set a color for the OpenLayers attribution control
This commit is contained in:
parent
f088788246
commit
47acc2640b
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@
|
||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ol-attribution a {
|
||||||
|
color: rgba(0, 0, 0, 0.75);
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
.ol-control {
|
.ol-control {
|
||||||
button {
|
button {
|
||||||
background-color: rgb(28, 31, 36);
|
background-color: rgb(28, 31, 36);
|
||||||
|
|
Loading…
Reference in a new issue