From 8bdb9e871da7a8e43ea0c28d3b8ebbc6bea17621 Mon Sep 17 00:00:00 2001 From: Bouke Regnerus Date: Sun, 24 May 2015 01:27:47 +0200 Subject: [PATCH] Updated label styling --- application.js | 2 +- javascripts/application.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application.js b/application.js index 159f91e..90cce6f 100755 --- a/application.js +++ b/application.js @@ -67,7 +67,7 @@ function init() { var legend = new Legend('#legend', [ {color: "rgba(198, 60, 9, .50)", label: "Earthquakes", rounded: true}, {color: "rgba(73, 188, 239, .50)", label: "Cities", rounded: true}, - {color: "rgba(0, 0, 0, .25)", label: "Boreholes", rounded: true}, + {color: "rgba(0, 0, 0, .75)", label: "Boreholes", rounded: true}, {color: "rgba(0, 0, 0, .25)", label: "Gasfields", rounded: false} ]); diff --git a/javascripts/application.js b/javascripts/application.js index 545ed7d..ed4c1c1 100755 --- a/javascripts/application.js +++ b/javascripts/application.js @@ -61,7 +61,7 @@ function init() { var legend = new Legend('#legend', [ {color: "rgba(198, 60, 9, .50)", label: "Earthquakes", rounded: true}, {color: "rgba(73, 188, 239, .50)", label: "Cities", rounded: true}, - {color: "rgba(0, 0, 0, .25)", label: "Boreholes", rounded: true}, + {color: "rgba(0, 0, 0, .75)", label: "Boreholes", rounded: true}, {color: "rgba(0, 0, 0, .25)", label: "Gasfields", rounded: false} ]);