From 5fc15a2c5c114480789f6b4690067505627d8866 Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Thu, 27 Feb 2025 06:47:27 -0500 Subject: [PATCH] Increase stroke width for language boundaries --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c7d1e90..7e46009 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@ .language { stroke: red; fill: none; - stroke-width: 1; + stroke-width: 2; } .district {