Set a color for the OpenLayers attribution control

This commit is contained in:
Frederic Junod 2019-10-15 14:32:45 +02:00
parent f088788246
commit 47acc2640b

View file

@ -16,6 +16,11 @@
height: 20px;
}
.ol-attribution a {
color: rgba(0, 0, 0, 0.75);
text-decoration: none;
}
.ol-control {
button {
background-color: rgb(28, 31, 36);