diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-15 23:59:47 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-15 23:59:47 +0530 |
commit | c5b579c719b5197510091472af951a675beb6211 (patch) | |
tree | c8ce935bab2611ba516d3e18e25dacfe2e0287c8 /static/scss | |
parent | de375389d3486c8cd5eda95a10f5687e66365df4 (diff) |
switched to green bg
Diffstat (limited to 'static/scss')
-rw-r--r-- | static/scss/index.scss | 10 |
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; |