From 77342724382b653690a392ed2d9b2df7dfc5adb4 Mon Sep 17 00:00:00 2001 From: Vibert Thio Date: Sat, 27 Feb 2021 20:30:40 -0500 Subject: [PATCH] fix the color --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index f6540bf..3377187 100644 --- a/style.css +++ b/style.css @@ -19,6 +19,7 @@ --canvas-width: 885px; --canvas-height: 435px; --background-color: rgba(255, 11, 174, 1); + /* --background-color: rgba(30, 30, 30, 1); */ --black-color: rgba(0, 0, 0, 1); /* --background-color: rgb(0, 0, 0); */