We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 311142f commit f05abdcCopy full SHA for f05abdc
geojson-editor/index.html
@@ -11,7 +11,7 @@
11
:root {
12
--color-primary: #f47500;
13
--color-hover: #555;
14
- --color-bg: #2f2f2f;
+ --color-bg: #1e1e1e;
15
--color-word: #f2f2f2;
16
17
--size-word: 14px;
@@ -27,6 +27,14 @@
27
height: 100%;
28
width: 100%;
29
}
30
+
31
+ .maplibregl-ctrl-group{
32
+ filter: invert(100%);
33
+ }
34
35
+ .maplibregl-ctrl-scale{
36
+ filter: invert(90%);
37
38
</style>
39
</head>
40
0 commit comments