[styles] Make hedges less contrast and thick

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin 2022-06-30 18:14:32 +03:00 committed by Alexander Borsuk
parent 0efa223c2a
commit 9786b10575
3 changed files with 6 additions and 6 deletions

View file

@ -699,13 +699,13 @@ line|z19-[barrier=wall],
line|z16-[barrier=hedge],
{color: @hedge; width: 2; opacity: 0.6;}
{color: @hedge; width: 1.6; opacity: 0.6;}
line|z17[barrier=hedge],
{width: 3; opacity: 0.7;}
{width: 2.2; opacity: 0.7;}
line|z18[barrier=hedge],
{width: 4; opacity: 0.8;}
{width: 3; opacity: 0.8;}
line|z19-[barrier=hedge],
{width: 5; opacity: 1;}
{width: 4; opacity: 1;}
/*

View file

@ -79,7 +79,7 @@
/* 4.3 Barriers */
@fence: #888888;
@hedge: #36831C;
@hedge: #8DB880;
@cliff: #8C5826;
/* 4.4 Buildings */

View file

@ -79,7 +79,7 @@
/* 4.3 Barriers */
@fence: #444444;
@hedge: #143C14;
@hedge: #183218;
@cliff: #7D4F23;
/* 4.4 Buildings */