diff --git a/data/styles/clear/style-clear/style.mapcss b/data/styles/clear/style-clear/style.mapcss index e443b50148..d512a345f7 100755 --- a/data/styles/clear/style-clear/style.mapcss +++ b/data/styles/clear/style-clear/style.mapcss @@ -114,5 +114,6 @@ colors RatingNormal-color: #FFC800; RatingGood-color: #93BF39; RatingExcellent-color: #3C8C3C; + RatingLocalAds-color: #249CF2; RatingText-color: #FFFFFF; } diff --git a/data/styles/clear/style-night/style.mapcss b/data/styles/clear/style-night/style.mapcss index edf43b2bd8..945a2e317c 100644 --- a/data/styles/clear/style-night/style.mapcss +++ b/data/styles/clear/style-night/style.mapcss @@ -114,5 +114,6 @@ colors RatingNormal-color: #FFC800; RatingGood-color: #93BF39; RatingExcellent-color: #3C8C3C; + RatingLocalAds-color: #4BB9E6; RatingText-color: #FFFFFF; } diff --git a/data/styles/vehicle/style-clear/style.mapcss b/data/styles/vehicle/style-clear/style.mapcss index 26dd118f39..e73139cac1 100644 --- a/data/styles/vehicle/style-clear/style.mapcss +++ b/data/styles/vehicle/style-clear/style.mapcss @@ -114,5 +114,6 @@ colors RatingNormal-color: #FFC800; RatingGood-color: #93BF39; RatingExcellent-color: #3C8C3C; + RatingLocalAds-color: #249CF2; RatingText-color: #FFFFFF; } diff --git a/data/styles/vehicle/style-night/style.mapcss b/data/styles/vehicle/style-night/style.mapcss index 4bee567b17..57776a2917 100755 --- a/data/styles/vehicle/style-night/style.mapcss +++ b/data/styles/vehicle/style-night/style.mapcss @@ -114,5 +114,6 @@ colors RatingNormal-color: #FFC800; RatingGood-color: #93BF39; RatingExcellent-color: #3C8C3C; + RatingLocalAds-color: #4BB9E6; RatingText-color: #FFFFFF; }