Minor update - change stroke color

This commit is contained in:
2025-02-25 23:06:34 -05:00
parent f5a562725c
commit 8b8340fbce

View File

@@ -20,7 +20,7 @@
padding: 2em;
}
.state {
stroke: black;
stroke: white;
stroke-width: 0.5;
transition: fill 0.3s;
}