Explorar o código

fix: тёмный фон leaflet-container вместо белого при загрузке тайлов

neyrogovnarik hai 1 mes
pai
achega
131eb5282c
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      frontend/src/styles/globals.css

+ 4 - 0
frontend/src/styles/globals.css

@@ -18,6 +18,10 @@
   padding: 0;
 }
 
+.leaflet-container {
+  background: #060606;
+}
+
 html, body {
   height: 100%;
   overflow: hidden;