Skip to content

Commit f05abdc

Browse files
committed
统一颜色
1 parent 311142f commit f05abdc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

geojson-editor/index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
:root {
1212
--color-primary: #f47500;
1313
--color-hover: #555;
14-
--color-bg: #2f2f2f;
14+
--color-bg: #1e1e1e;
1515
--color-word: #f2f2f2;
1616

1717
--size-word: 14px;
@@ -27,6 +27,14 @@
2727
height: 100%;
2828
width: 100%;
2929
}
30+
31+
.maplibregl-ctrl-group{
32+
filter: invert(100%);
33+
}
34+
35+
.maplibregl-ctrl-scale{
36+
filter: invert(90%);
37+
}
3038
</style>
3139
</head>
3240

0 commit comments

Comments
 (0)