aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-08-15 23:59:47 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-08-15 23:59:47 +0530
commitc5b579c719b5197510091472af951a675beb6211 (patch)
treec8ce935bab2611ba516d3e18e25dacfe2e0287c8
parentde375389d3486c8cd5eda95a10f5687e66365df4 (diff)
switched to green bg
-rw-r--r--static/scss/index.scss10
1 files 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;