󰏘 Applied application style to OSM elements

This commit is contained in:
Fabio Manganiello 2025-03-26 22:12:02 +01:00
parent 1607b4993e
commit 6ad0c424ff
Signed by: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -558,9 +558,15 @@ main {
:deep(.ol-viewport) {
.ol-attribution {
position: absolute !important;
bottom: 0 !important;
right: 0 !important;
display: none;
}
.ol-control {
margin-bottom: 0.5em;
}
button {
background: var(--color-background);
}
}
</style>