Parcourir la source

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

neyrogovnarik il y a 1 semaine
Parent
commit
413cb3effb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      frontend/src/styles/globals.css

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

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