From ece02697b16151218edea914ce8d99f60934893c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aminda=20Suomalainen=20=E2=9A=A7?= Date: Tue, 21 May 2024 12:11:08 +0300 Subject: [PATCH] Update main.scss --- css/main.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/main.scss b/css/main.scss index a0266ba..20164a2 100644 --- a/css/main.scss +++ b/css/main.scss @@ -23,8 +23,10 @@ $brand-color: revert; $grey-color: revert; //#828282; -$grey-color-light: lighten($grey-color, 40%); -$grey-color-dark: darken($grey-color, 25%); +$grey-color-light: revert; +//lighten($grey-color, 40%); +$grey-color-dark: revert; +//darken($grey-color, 25%); // Width of the content area $content-width: 800px;