Merge pull request #561 from fredj/ol_attribution_color

Set a color for the OpenLayers attribution control
This commit is contained in:
Orange Mug 2019-10-15 17:37:47 +01:00 committed by GitHub
commit 201ecac156
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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);