Kaynağa Gözat

changed the color of the counts on the better map to be more visible in dark mode

Spencer Alger 12 yıl önce
ebeveyn
işleme
15375b8c38

+ 4 - 0
src/app/panels/bettermap/module.css

@@ -0,0 +1,4 @@
+/** custom additions **/
+.leaflet-marker-icon {
+  color: #333;
+}

+ 1 - 0
src/app/panels/bettermap/module.js

@@ -15,6 +15,7 @@ define([
   './leaflet/leaflet-src',
   'require',
 
+  'css!./module.css',
   'css!./leaflet/leaflet.css',
   'css!./leaflet/plugins.css'
 ],