From 2e88bc121cf8c563dbacc0e30f2ded082748099e Mon Sep 17 00:00:00 2001 From: Thue Janus Kristensen Date: Sat, 5 Nov 2016 22:45:06 +0100 Subject: [PATCH] Custom color for farmyards. --- css/map.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/css/map.css b/css/map.css index 250f23aed..77a258d0f 100644 --- a/css/map.css +++ b/css/map.css @@ -408,6 +408,18 @@ path.stroke.tag-landuse-farmland { background-color: rgba(140, 208, 95, 0.2); } +path.stroke.tag-landuse-farmyard { + stroke: rgb(245, 220, 186); +} +path.fill.tag-landuse-farmyard { + stroke: rgba(245, 220, 186, 0.3); + fill: rgba(245, 220, 186, 0.3); +} +.preset-icon-fill-area.tag-landuse-farmyard { + border-color: rgb(245, 220, 186); + background: rgba(245, 220, 186, 0.3); +} + .pattern-color-cemetery, .pattern-color-orchard { fill: rgba(140, 208, 95, 0.2);