From 7d8dbd0c0c02914004430b19fd05e3facd39bc9a Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 26 May 2024 08:02:08 -0400 Subject: [PATCH] Set page background color to match void color. --- game.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.css b/game.css index da8f138..715916d 100644 --- a/game.css +++ b/game.css @@ -6,7 +6,7 @@ } body { - /* background-color: #000; */ + background-color: #222034; margin: 0; width: 100vw; height: 100vh;