Added dark mode ui for leaflet controls

This commit is contained in:
Alexis
2025-06-21 14:32:23 +02:00
parent ac6558392c
commit bfdd433a5f
9 changed files with 59 additions and 14 deletions

View File

@@ -101,7 +101,7 @@ const seeMapText = t('maps.go-to-map', lang)
font-weight: 600;
bottom: .5rem;
right: 1rem;
color: var(--background);
color: var(--white);
z-index: 20;
opacity: .6;
transition-property: opacity;
@@ -110,7 +110,7 @@ const seeMapText = t('maps.go-to-map', lang)
a {
padding-right: 0;
color: var(--background);
color: var(--white);
text-decoration: underline;
text-underline-offset: .15rem;

View File

@@ -214,7 +214,7 @@ const menus: Menu[] = [
}
.dark .legal::before {
filter: invert(1);
content: url('/icon/question-mark-dark.svg');
}
.map-menu {