|
|
@@ -14,7 +14,6 @@ import OriginIcon from '../images/originIcon.png'
|
|
|
import TransferIcon from '../images/transferIcon.png'
|
|
|
import { onMounted, ref, watch } from 'vue'
|
|
|
import * as turf from '@turf/turf'
|
|
|
-import { mapData } from './mapData'
|
|
|
import { useThemeStore } from '@/stores/modules/theme'
|
|
|
|
|
|
const themeStore = useThemeStore()
|
|
|
@@ -600,7 +599,7 @@ onUnmounted(() => {
|
|
|
border-radius: 4px;
|
|
|
box-shadow: none;
|
|
|
a {
|
|
|
- background-color: #2b2f36;
|
|
|
+ background-color: #30353c;
|
|
|
border-bottom: none;
|
|
|
span {
|
|
|
color: var(--color-neutral-1);
|
|
|
@@ -617,10 +616,10 @@ onUnmounted(() => {
|
|
|
}
|
|
|
.reset-zoom-control {
|
|
|
border: none;
|
|
|
- background-color: #2b2f36;
|
|
|
+ background-color: #30353c;
|
|
|
}
|
|
|
a.leaflet-bar-part {
|
|
|
- background-color: #2b2f36;
|
|
|
+ background-color: #30353c;
|
|
|
border-radius: 4px;
|
|
|
box-shadow: none;
|
|
|
overflow: hidden;
|