Skip to content

Commit

Permalink
small color change
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrothwell committed Nov 20, 2023
1 parent f89e377 commit 18402bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/general/legendControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
8 changes: 4 additions & 4 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
},
Expand Down

0 comments on commit 18402bf

Please sign in to comment.