From c5b579c719b5197510091472af951a675beb6211 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 15 Aug 2023 23:59:47 +0530 Subject: switched to green bg --- static/scss/index.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/static/scss/index.scss b/static/scss/index.scss index 2874897..b39107b 100644 --- a/static/scss/index.scss +++ b/static/scss/index.scss @@ -5,8 +5,11 @@ } @mixin selection { - color: #ffffff; - background: #955ee6; + //color: #ffffff; + //background: #955ee6; + + color: #232627; + background: #13cf9f; } ::selection {@include selection;} ::-moz-selection {@include selection;} @@ -36,7 +39,8 @@ body { } #section-1 { - background-color: #56355D; + //background-color: #56355D; + background-color: #275e50; color: #ffffff; //@include indian-flag-bg; -- cgit v1.2.3