This commit is contained in:
Ian Renton
2025-12-31 10:14:52 +00:00
parent 06d582ae2d
commit 3f117a47d6
12 changed files with 52 additions and 28 deletions

View File

@@ -224,6 +224,10 @@ div#map {
filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%);
}
/* Make buttons overlaid on the map have a non-transparent fill so you can see the text better */
.btn-outline-primary {
--bs-btn-bg: var(--bs-body-bg) !important;
}
/* BANDS PANEL */