From 4f30416ed07653cb580e4f6937b8df5cb8f2f9df Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Hamal=20Dvo=C5=99=C3=A1k?= <mordae@anilinux.org>
Date: Wed, 18 Aug 2021 16:41:40 +0200
Subject: [PATCH] elections2021: banners map: use white stroke
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jan Hamal Dvořák <mordae@anilinux.org>
---
 .../templates/elections2021/elections2021_map_page.html         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elections2021/templates/elections2021/elections2021_map_page.html b/elections2021/templates/elections2021/elections2021_map_page.html
index d90acfe0..fedf4a3e 100644
--- a/elections2021/templates/elections2021/elections2021_map_page.html
+++ b/elections2021/templates/elections2021/elections2021_map_page.html
@@ -8,7 +8,7 @@ a:hover .region-map__region, a:focus .region-map__region {
 }
 .region-map__inactive {
   fill: #ddd;
-  stroke: #000;
+  stroke: #fff;
 }
 
 </style>
-- 
GitLab