We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99264c0 commit 97090c1Copy full SHA for 97090c1
1 file changed
themes.js
@@ -2,7 +2,7 @@ export function get_map_themes() {
2
return {
3
"dark": {
4
"Dark Abyss": [
5
- { "featureType": "all", "elementType": "labels.text.fill", "stylers": [{ "color": "#ffffff" }] }
+ { "featureType": "all", "elementType": "labels.text.fill", "stylers": [{ "color": "#ffffff" }] },
6
{ "featureType": "all", "elementType": "labels.text.stroke", "stylers": [{ "color": "#000000" }, { "lightness": 13 }] },
7
{ "featureType": "administrative", "elementType": "geometry.fill", "stylers": [{ "color": "#000000" }] },
8
{ "featureType": "administrative", "elementType": "geometry.stroke", "stylers": [{ "color": "#144b53" }, { "lightness": 14 }, { "weight": 1.4 }] },
0 commit comments