Skip to content

Commit

Permalink
Adding missing variable to all css
Browse files Browse the repository at this point in the history
  • Loading branch information
saleiva authored and mojodna committed Jul 30, 2015
1 parent ec108c9 commit 23a51c6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions styles/global_variables.mss
Original file line number Diff line number Diff line change
Expand Up @@ -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%);
Expand Down
2 changes: 2 additions & 0 deletions styles/global_variables_dark.mss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion styles/global_variables_dark_only_labels.mss
Original file line number Diff line number Diff line change
Expand Up @@ -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%);
Expand Down
1 change: 1 addition & 0 deletions styles/global_variables_only_labels.mss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 23a51c6

Please sign in to comment.