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 {
stroke: red;
fill: none;
stroke-width: 1;
stroke-width: 2;
}
.district {