Sfoglia il codice sorgente

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

neyrogovnarik 1 settimana fa
parent
commit
413cb3effb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 {