From 8b8340fbceb370d84d24983dd0e3e0c26c1ecf3a Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Tue, 25 Feb 2025 23:06:34 -0500 Subject: [PATCH] Minor update - change stroke color --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index aad2365..dae4f51 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@ padding: 2em; } .state { - stroke: black; + stroke: white; stroke-width: 0.5; transition: fill 0.3s; }