Skip to content

Commit f4dce99

Browse files
committed
update
1 parent ecb2907 commit f4dce99

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

geojson-editor/index.html

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,13 @@
1010
<style>
1111
:root {
1212
--color-primary: #f47500;
13-
--color-hover: #555;
14-
--color-bg: #1e1e1e;
15-
--color-word: #f2f2f2;
13+
--color-hover: #ccc;
14+
--color-bg: #f2f2f2;
15+
--color-word: #1e1e1e;
1616

1717
--size-word: 14px;
1818
}
1919

20-
.maplibregl-ctrl-group {
21-
filter: invert(90%);
22-
}
23-
24-
.maplibregl-ctrl-scale {
25-
filter: invert(90%);
26-
}
27-
2820
.maplibregl-ctrl-top-center {
2921
top: 0;
3022
left: 50%;

geojson-editor/src/components/features/Data/IO.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
height="20">
66
<path
77
d="M576 631.466667V725.333333h170.666667c59.733333-8.533333 106.666667-64 106.666666-128 0-72.533333-55.466667-128-128-128-17.066667 0-29.866667 4.266667-42.666666 8.533334V469.333333c0-93.866667-76.8-170.666667-170.666667-170.666666s-170.666667 76.8-170.666667 170.666666c0 17.066667 4.266667 29.866667 4.266667 46.933334-8.533333-4.266667-17.066667-4.266667-25.6-4.266667C260.266667 512 213.333333 558.933333 213.333333 618.666667S260.266667 725.333333 320 725.333333h170.666667v-93.866666l-46.933334 46.933333L384 618.666667l149.333333-149.333334 149.333334 149.333334-59.733334 59.733333-46.933333-46.933333z m0 93.866666v85.333334h-85.333333v-85.333334h-42.666667v85.333334h-128C213.333333 810.666667 128 725.333333 128 618.666667c0-85.333333 55.466667-157.866667 128-183.466667C273.066667 311.466667 379.733333 213.333333 512 213.333333c110.933333 0 209.066667 72.533333 243.2 170.666667 102.4 12.8 183.466667 102.4 183.466667 213.333333s-85.333333 200.533333-192 213.333334h-128v-85.333334h-42.666667z"
8-
fill="#ccc" p-id="8232" style="--darkreader-inline-fill: #33373a;"></path>
8+
fill="#1e1e1e" p-id="8232" style="--darkreader-inline-fill: #33373a;"></path>
99
</svg>
1010
</div>
1111
<div class="download" @click="handleDownload">
1212
<svg t="1731034330703" class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="32"
1313
height="20">
1414
<path
1515
d="M490.666667 644.266667V469.333333h85.333333v174.933334l46.933333-46.933334 59.733334 59.733334-68.266667 68.266666h132.266667c59.733333-8.533333 106.666667-64 106.666666-128 0-72.533333-55.466667-128-128-128-17.066667 0-29.866667 4.266667-42.666666 8.533334V469.333333c0-93.866667-76.8-170.666667-170.666667-170.666666s-170.666667 76.8-170.666667 170.666666c0 17.066667 4.266667 29.866667 4.266667 46.933334-8.533333-4.266667-17.066667-4.266667-25.6-4.266667C260.266667 512 213.333333 558.933333 213.333333 618.666667S260.266667 725.333333 320 725.333333h132.266667L384 657.066667l59.733333-59.733334 46.933334 46.933334z m123.733333 81.066666l-81.066667 81.066667-81.066666-81.066667H405.333333v85.333334h-85.333333C213.333333 810.666667 128 725.333333 128 618.666667c0-85.333333 55.466667-157.866667 128-183.466667C273.066667 311.466667 379.733333 213.333333 512 213.333333c110.933333 0 209.066667 72.533333 243.2 170.666667 102.4 12.8 183.466667 102.4 183.466667 213.333333s-85.333333 200.533333-192 213.333334h-85.333334v-85.333334h-46.933333z"
16-
fill="#ccc" style="--darkreader-inline-fill: #33373a;"></path>
16+
fill="#1e1e1e" style="--darkreader-inline-fill: #33373a;"></path>
1717
</svg>
1818
</div>
1919
</div>

0 commit comments

Comments
 (0)