Increase stroke width for language boundaries

This commit is contained in:
2025-02-27 06:47:27 -05:00
parent 17267b11ac
commit 5fc15a2c5c

View File

@@ -28,7 +28,7 @@
.language { .language {
stroke: red; stroke: red;
fill: none; fill: none;
stroke-width: 1; stroke-width: 2;
} }
.district { .district {