Added dark mode ui for leaflet controls
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -214,7 +214,7 @@ const menus: Menu[] = [
|
||||
}
|
||||
|
||||
.dark .legal::before {
|
||||
filter: invert(1);
|
||||
content: url('/icon/question-mark-dark.svg');
|
||||
}
|
||||
|
||||
.map-menu {
|
||||
|
||||
Reference in New Issue
Block a user