From e7b3354db714c918959b165ee34cbd50bbb2238e Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 20 May 2019 00:35:41 -0400 Subject: [PATCH] Render wikidata tagged items with green stroke only --- css/20_map.css | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/css/20_map.css b/css/20_map.css index a2410d6fb..ab36ca76e 100644 --- a/css/20_map.css +++ b/css/20_map.css @@ -285,17 +285,12 @@ text.point { /* Wikidata-tagged */ -g.point.tag-wikidata .stroke { - fill: #8e9; -} -.labels-group.halo text.tag-wikidata { - stroke: #8e9; +g.point.tag-wikidata path.stroke { + stroke-width: 3px; + stroke: #383; } .icon.areaicon-halo.tag-wikidata { - stroke: #9e9; -} -.icon.areaicon.tag-wikidata { - color: #050; + stroke: #6c6; }