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; padding: 2em;
} }
.state { .state {
stroke: black; stroke: white;
stroke-width: 0.5; stroke-width: 0.5;
transition: fill 0.3s; transition: fill 0.3s;
} }