Quellcode durchsuchen

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

neyrogovnarik vor 1 Monat
Ursprung
Commit
131eb5282c
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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;