Kaynağa Gözat

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

neyrogovnarik 1 hafta önce
ebeveyn
işleme
413cb3effb
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 {