set leaflet background to theme default

This commit is contained in:
Anton Tranelis 2025-10-12 12:31:52 +02:00
parent 69842003c9
commit 903469eb51

View File

@ -8,6 +8,10 @@
opacity: 0.5;
}
.leaflet-container{
background-color: var(--color-base-300);
}
.leaflet-control-attribution a{
color: #000 !important;
}