Browse Source

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

Spencer Alger 12 years ago
parent
commit
15375b8c38
2 changed files with 5 additions and 0 deletions
  1. 4 0
      src/app/panels/bettermap/module.css
  2. 1 0
      src/app/panels/bettermap/module.js

+ 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',
   './leaflet/leaflet-src',
   'require',
   'require',
 
 
+  'css!./module.css',
   'css!./leaflet/leaflet.css',
   'css!./leaflet/leaflet.css',
   'css!./leaflet/plugins.css'
   'css!./leaflet/plugins.css'
 ],
 ],