render horse riding centers like farmyards

closes #9118
This commit is contained in:
Martin Raifer
2022-05-24 15:54:25 +02:00
parent d58656bf48
commit b4d0f0cf9d
3 changed files with 11 additions and 3 deletions

View File

@@ -258,14 +258,17 @@ path.fill.tag-landuse-vineyard {
/* Tan things */
path.stroke.tag-landuse-farmyard {
path.stroke.tag-landuse-farmyard,
path.stroke.tag-leisure-horse_riding {
stroke: rgb(245, 220, 186);
}
path.fill.tag-landuse-farmyard {
path.fill.tag-landuse-farmyard,
path.fill.tag-leisure-horse_riding {
stroke: rgba(245, 220, 186, 0.3);
fill: rgba(245, 220, 186, 0.3);
}
.preset-icon-fill path.area.stroke.tag-landuse-farmyard {
.preset-icon-fill path.area.stroke.tag-landuse-farmyard
.preset-icon-fill path.area.stroke.tag-leisure-horse_riding {
stroke: rgb(226, 177, 111);
}
.pattern-color-farmyard {