From 2a24340f3e72b828cb59a15a1316b8cf6d821c69 Mon Sep 17 00:00:00 2001 From: Janette Day Date: Mon, 3 Apr 2023 23:01:10 -0500 Subject: [PATCH] set background image to none (#123) --- src/theme/styles/general.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/theme/styles/general.scss b/src/theme/styles/general.scss index 9fb93b1..87c0d88 100644 --- a/src/theme/styles/general.scss +++ b/src/theme/styles/general.scss @@ -7,6 +7,7 @@ html { body { background-color: $backgroundColor; + background-image: none; color: $textColor; font-family: $fontText; font-size: 1.6rem;