This commit is contained in:
Zsolt Ero
2024-01-19 20:28:50 +01:00
parent f2cbfd5fb8
commit 7429a52f8b
6 changed files with 34 additions and 18 deletions

View File

@@ -162,6 +162,14 @@ code {
margin-bottom: 2em;
}
#map:not(.maplibregl-map) {
background-image: url('mapbg.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
cursor: pointer;
}
button {
border: 0;
border-radius: 0.25rem;