From c3e5165765d26006b8e738254e5d3535f39f199d Mon Sep 17 00:00:00 2001 From: reddishquill371 Date: Wed, 9 Oct 2024 18:30:42 -0500 Subject: [PATCH] Change background color in canvas.css --- static/canvas.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/canvas.css b/static/canvas.css index f8b8bdb..def5ac0 100644 --- a/static/canvas.css +++ b/static/canvas.css @@ -1,3 +1,3 @@ canvas { - background-color: lightblue; + background-color: black; } \ No newline at end of file