From 113e91788a2494a86a70543b27cc836b86b7e516 Mon Sep 17 00:00:00 2001 From: Yannik Bloscheck Date: Sat, 6 Sep 2025 18:43:12 +0200 Subject: [PATCH] [styles] Fix label color for tire shops Signed-off-by: Yannik Bloscheck --- data/styles/default/include/Icons.mapcss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/styles/default/include/Icons.mapcss b/data/styles/default/include/Icons.mapcss index 70851cc51..559173efc 100644 --- a/data/styles/default/include/Icons.mapcss +++ b/data/styles/default/include/Icons.mapcss @@ -2083,7 +2083,6 @@ node|z18-[amenity=parking_space][parking_space=disabled], /* 8. Colored Labels */ node[shop=mall], -node[shop=car_repair][service=tyres], node[amenity=studio], node[shop=alcohol], node[shop=antiques], @@ -2153,7 +2152,6 @@ node[shop=supermarket], node[shop=tattoo], node[shop=ticket], node[shop=toys], -node[shop=tyres], node[shop=video], node[shop=video_games], node[shop=wine], @@ -2273,6 +2271,8 @@ node[tourism=information][information=office], node[amenity=vehicle_inspection], node[shop=car_parts], node[shop=car_repair], +node[shop=car_repair][service=tyres], +node[shop=tyres], node[shop=dry_cleaning], node[shop=laundry], node[shop=motorcycle_repair],