aboutsummaryrefslogtreecommitdiff
path: root/static/scss/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'static/scss/index.scss')
-rw-r--r--static/scss/index.scss11
1 files changed, 7 insertions, 4 deletions
diff --git a/static/scss/index.scss b/static/scss/index.scss
index 46446de..a971100 100644
--- a/static/scss/index.scss
+++ b/static/scss/index.scss
@@ -20,7 +20,7 @@ body {
}
.section {
- width: 100vw;
+ width: 100%;
height: auto;
p {
line-height: 2;
@@ -28,11 +28,14 @@ body {
}
#section-1 {
- background-color: #56355D;
+ //background-color: #56355D;
// Indian flag theme
- // color: #232627;
- // background: linear-gradient(118deg, rgba(255,147,0,1) 0%, rgba(255,255,255,1) 50%, rgba(10,199,40,1) 100%);
+ color: #232627;
+ background: linear-gradient(118deg, rgba(255,147,0,1) 0%, rgba(255,255,255,1) 50%, rgba(10,199,40,1) 100%);
+ a {
+ color: #232627;
+ }
}
.img-l, .img-r {