From 0e4d274de9300a104de3cb4c0dfbab31c1b206a0 Mon Sep 17 00:00:00 2001 From: welpo Date: Mon, 13 Feb 2023 02:57:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20revert=20background=20b?= =?UTF-8?q?ack=20to=20pure=20white?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/main.scss b/sass/main.scss index 00e3cec..b0c4661 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -45,7 +45,7 @@ --bg-1: #e7e7e7; --bg-2: #fefefe; --hover-color: white; - --background-color: #fcfcfc; + --background-color: white; --primary-color: #91D8E4; --secondary-color: rgb(158, 158, 158); --links: #78cfcb;