Explorar o código

fix(map): фон карты #d9d9d9 вместо #060606

neyrogovnarik hai 1 semana
pai
achega
413cb3effb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frontend/src/styles/globals.css

+ 1 - 1
frontend/src/styles/globals.css

@@ -19,7 +19,7 @@
 }
 
 .leaflet-container {
-  background-color: #060606 !important;
+  background-color: #d9d9d9 !important;
 }
 
 html, body {