Skip to content

Commit

Permalink
More readable dark map labels
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTG committed Dec 21, 2024
1 parent 2f98202 commit 3e84128
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/assets/javascripts/map_style_dark.js.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3995,7 +3995,7 @@ var map_style_obj_dark={
"text-size": 12
},
"paint": {
"text-color": "#525252",
"text-color": "#AFAFAF",
"text-halo-color": "#1f1f1f",
"text-halo-width": 1,
"text-halo-blur": 1
Expand Down Expand Up @@ -6713,7 +6713,7 @@ var map_style_obj_dark={
"text-size": 12
},
"paint": {
"text-color": "#666666",
"text-color": "#AFAFAF",
"text-halo-color": "#1f1f1f",
"text-halo-width": 1,
"text-halo-blur": 1
Expand Down Expand Up @@ -8674,7 +8674,7 @@ var map_style_obj_dark={
"text-transform": "uppercase"
},
"paint": {
"text-color": "#525252",
"text-color": "#AFAFAF",
"text-halo-color": "#1f1f1f",
"text-halo-width": 1,
"text-halo-blur": 1
Expand Down Expand Up @@ -9788,7 +9788,7 @@ var map_style_obj_dark={
"text-radial-offset": 0.4
},
"paint": {
"text-color": "#7a7a7a",
"text-color": "#ACACAC",
"text-halo-color": "#212121",
"text-halo-width": 1,
"text-halo-blur": 1
Expand Down Expand Up @@ -10711,7 +10711,7 @@ var map_style_obj_dark={
"text-transform": "uppercase"
},
"paint": {
"text-color": "#3d3d3d",
"text-color": "#9B9B9B",
"text-halo-color": "#1f1f1f",
"text-halo-width": 1,
"text-halo-blur": 1
Expand Down Expand Up @@ -10850,7 +10850,7 @@ var map_style_obj_dark={
"text-transform": "uppercase"
},
"paint": {
"text-color": "#5c5c5c"
"text-color": "#ACACAC"
}
}
],
Expand Down

0 comments on commit 3e84128

Please sign in to comment.