From 0ad707476defeb05358b279f7ca34201de9ab5dd Mon Sep 17 00:00:00 2001 From: Fredrik Jensen Date: Wed, 29 Oct 2025 01:06:51 +0100 Subject: [PATCH] change color --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index ea7a703..2f6a4cc 100644 --- a/src/index.js +++ b/src/index.js @@ -40,7 +40,7 @@ for (let i = 0; i < dimensions.height; i++) { width: `${unit}px`, height: `${unit}px`, display: "inline-block", - background: "blue", + background: "green", }, "board" );