From fda0b95132e0af1b6ae5f44c17dd7c51ff6684e5 Mon Sep 17 00:00:00 2001 From: Naman Sood Date: Mon, 15 Feb 2021 18:01:03 -0500 Subject: [PATCH] css: remove unused variable --- styles/main.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/styles/main.scss b/styles/main.scss index e0901b5..af9d668 100644 --- a/styles/main.scss +++ b/styles/main.scss @@ -14,10 +14,6 @@ html { $ls: 1.4rem; -$darkMode: true; - - - $bgColor: white; $bodyColor: #555; $strongColor: #333;