diff --git a/data/styles/clear/style-clear/style.mapcss b/data/styles/clear/style-clear/style.mapcss index c41792200a..49e71320d0 100755 --- a/data/styles/clear/style-clear/style.mapcss +++ b/data/styles/clear/style-clear/style.mapcss @@ -123,4 +123,5 @@ colors RatingExcellent-color: #3C8C3C; RatingLocalAds-color: #249CF2; RatingText-color: #FFFFFF; + UGCRatingText-color: #000000; } diff --git a/data/styles/clear/style-night/style.mapcss b/data/styles/clear/style-night/style.mapcss index efc422d370..61ce16a4f9 100644 --- a/data/styles/clear/style-night/style.mapcss +++ b/data/styles/clear/style-night/style.mapcss @@ -123,4 +123,5 @@ colors RatingExcellent-color: #3C8C3C; RatingLocalAds-color: #4BB9E6; RatingText-color: #FFFFFF; + UGCRatingText-color: #B8B8B8; } diff --git a/data/styles/vehicle/style-clear/style.mapcss b/data/styles/vehicle/style-clear/style.mapcss index 9a81f689a7..e8fe14d6f2 100644 --- a/data/styles/vehicle/style-clear/style.mapcss +++ b/data/styles/vehicle/style-clear/style.mapcss @@ -123,4 +123,5 @@ colors RatingExcellent-color: #3C8C3C; RatingLocalAds-color: #249CF2; RatingText-color: #FFFFFF; + UGCRatingText-color: #000000; } diff --git a/data/styles/vehicle/style-night/style.mapcss b/data/styles/vehicle/style-night/style.mapcss index e5204ca7ea..54d728ccfe 100755 --- a/data/styles/vehicle/style-night/style.mapcss +++ b/data/styles/vehicle/style-night/style.mapcss @@ -123,4 +123,5 @@ colors RatingExcellent-color: #3C8C3C; RatingLocalAds-color: #4BB9E6; RatingText-color: #FFFFFF; + UGCRatingText-color: #B8B8B8; }