From 15375b8c380a30534b348e650291b7bdbd1e646b Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Wed, 25 Sep 2013 10:10:24 -0700 Subject: [PATCH] changed the color of the counts on the better map to be more visible in dark mode --- src/app/panels/bettermap/module.css | 4 ++++ src/app/panels/bettermap/module.js | 1 + 2 files changed, 5 insertions(+) create mode 100644 src/app/panels/bettermap/module.css diff --git a/src/app/panels/bettermap/module.css b/src/app/panels/bettermap/module.css new file mode 100644 index 00000000000..b0e09690095 --- /dev/null +++ b/src/app/panels/bettermap/module.css @@ -0,0 +1,4 @@ +/** custom additions **/ +.leaflet-marker-icon { + color: #333; +} \ No newline at end of file diff --git a/src/app/panels/bettermap/module.js b/src/app/panels/bettermap/module.js index 32150034e7d..90ad5a26f38 100755 --- a/src/app/panels/bettermap/module.js +++ b/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' ],