From 18402bfb8d3c46e886d7dbe95359ce352ee7a3dc Mon Sep 17 00:00:00 2001 From: Andy Rothwell Date: Mon, 20 Nov 2023 09:35:44 -0500 Subject: [PATCH] small color change --- src/general/legendControls.js | 4 ++-- src/main.js | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/general/legendControls.js b/src/general/legendControls.js index 5857a53..19f09a2 100644 --- a/src/general/legendControls.js +++ b/src/general/legendControls.js @@ -28,8 +28,8 @@ export default { 'width': '15px', 'height': '15px', 'font-size': '10px', - 'background-color': '#9400c6', - // 'background-color': '#0F4D90', + 'background-color': '#a86518', + // 'background-color': '#9400c6', }, 'Official mail-in ballot drop boxes': { 'border-color': 'black', diff --git a/src/main.js b/src/main.js index 1fdd8e9..a0a8a07 100644 --- a/src/main.js +++ b/src/main.js @@ -117,8 +117,8 @@ pinboard({ 'Election office': { title: 'Election offices', titleSingular: 'Election office', - color: '#9400c6', - // color: '#0F4D90', + color: '#a86518', + // color: '#9400c6', }, 'Official mobile mail-in ballot return': { title: 'Official mobile mail-in ballot returns', @@ -136,8 +136,8 @@ pinboard({ markerType: 'circle-marker', circleMarkers:{ circleColors: { - // 'Election office': '#0f4d90', - 'Election office': '#9400c6', + // 'Election office': '#9400c6', + 'Election office': '#a86518', 'Official mobile mail-in ballot return': '#721817', 'Official mail-in ballot drop box': '#4F6D0A', },