diff --git a/styles/global_variables.mss b/styles/global_variables.mss index c62f749..4f70672 100644 --- a/styles/global_variables.mss +++ b/styles/global_variables.mss @@ -91,6 +91,7 @@ Map { @labels_lowzoom_shield_fill: lighten(@label_foreground_fill, 7%); @labels_lowzoom_shield_halo_fill: lighten(@label_foreground_halo_fill,10%); +@labels_lowzoom_shield_halo_radius: 1.3px @labels_highzoom_text_fill: lighten(@label_foreground_fill,15%); @labels_highzoom_halo_fill: lighten(@label_foreground_halo_fill,10%); diff --git a/styles/global_variables_dark.mss b/styles/global_variables_dark.mss index 58bc279..2128e2b 100644 --- a/styles/global_variables_dark.mss +++ b/styles/global_variables_dark.mss @@ -94,11 +94,13 @@ Map { @labels_lowzoom_shield_fill: darken(@label_foreground_fill, 15%); @labels_lowzoom_shield_halo_fill: black; +@labels_lowzoom_shield_halo_radius: 1.3px; @labels_highzoom_text_fill: #444; @labels_highzoom_halo_fill: darken(@label_foreground_halo_fill,10%); @labels_highzoom_halo_radius: 1.7px; + @labels_highzoom_class1_text_fill: lighten(@labels_highzoom_text_fill,5%); @labels_highzoom_class2_text_fill: lighten(@labels_highzoom_text_fill,15%); @labels_highzoom_class1_text_size: 12; diff --git a/styles/global_variables_dark_only_labels.mss b/styles/global_variables_dark_only_labels.mss index 7b2a8bc..e92fb8e 100644 --- a/styles/global_variables_dark_only_labels.mss +++ b/styles/global_variables_dark_only_labels.mss @@ -92,7 +92,7 @@ Map { @label_background_halo_fill: rgba(0,0,0,0.8); @labels_lowzoom_shield_fill: lighten(#555, 30%); -@labels_lowzoom_shield_halo_fill: black; +@labels_lowzoom_shield_halo_fill: rgba(0,0,0,0.9); @labels_lowzoom_shield_halo_radius: 1.3px; @labels_highzoom_text_fill: lighten(#555, 30%); diff --git a/styles/global_variables_only_labels.mss b/styles/global_variables_only_labels.mss index 5b6a910..b30ce75 100644 --- a/styles/global_variables_only_labels.mss +++ b/styles/global_variables_only_labels.mss @@ -88,6 +88,7 @@ Map { @labels_lowzoom_shield_fill: darken(#8494a1, 25%); @labels_lowzoom_shield_halo_fill: rgba(255,255,255,0.9); +@labels_lowzoom_shield_halo_radius: 1.3px @labels_highzoom_text_fill: @label_foreground_fill; @labels_highzoom_halo_fill: @label_foreground_halo_fill;