[styles] Fixed natural=bare_rock at night.

Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
Viktor Govako 2021-12-12 11:29:58 +03:00
parent 3271d4d388
commit 9ca976e94f
6 changed files with 9 additions and 1 deletions

View file

@ -321,7 +321,7 @@ area|z16-[leisure=garden]
{fill-color: @forest;}
area|z12-[natural=bare_rock],
{fill-color: #EDE5DC;}
{fill-color: @barerock;}
/* 5.BEACH & GLACIER */

View file

@ -42,6 +42,7 @@
@river: #36B0BF;
@wetland: #c9ddd6;
@beach: #FCEC7E;
@barerock: #EDE5DC;
/*3.2 Vegeration*/

View file

@ -42,6 +42,7 @@
@river: #062026;
@wetland: #001919;
@beach: #28281A;
@barerock: #302A2A;
/*3.2 Vegeration*/

View file

@ -295,6 +295,9 @@ area|z16-[leisure=park],
area|z16-[leisure=garden]
{fill-color: @forest;fill-opacity: 1;}
area|z12-[natural=bare_rock],
{fill-color: @barerock;}
/* 5.BEACH & GLACIER */
area|z0-[natural=glacier],

View file

@ -98,6 +98,8 @@
@park: #C8DBAD; /*A5BF60 #A4B275 #BCCC74*/
@natpark: #C8DBAD;
@beach: #FCEC7E;
@barerock: #EDE5DC;
/*forest-park*/
@green0: #C6D9AB;
@green1: #C6D9AB;

View file

@ -42,6 +42,7 @@
@river: #062026;
@wetland: #001919;
@beach: #28281A;
@barerock: #302A2A;
/*3.2 Vegeration*/