diff options
-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; |