|
@@ -1,5 +1,6 @@
|
|
|
.home {
|
|
.home {
|
|
|
padding-bottom: @footer-margin * 2;
|
|
padding-bottom: @footer-margin * 2;
|
|
|
|
|
+ color: #fff;
|
|
|
|
|
|
|
|
.logo {
|
|
.logo {
|
|
|
margin-bottom: @20;
|
|
margin-bottom: @20;
|
|
@@ -8,6 +9,7 @@
|
|
|
.hero {
|
|
.hero {
|
|
|
h1 {
|
|
h1 {
|
|
|
font-size: 4.5em;
|
|
font-size: 4.5em;
|
|
|
|
|
+ font-weight: 400;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
h2 {
|
|
@@ -39,9 +41,10 @@
|
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
|
}
|
|
}
|
|
|
&.bg {
|
|
&.bg {
|
|
|
- background: url(https://cdn.gitote.in/img/signup_prompt.png), #f3f3f3;
|
|
|
|
|
|
|
+ background: url(https://cdn.gitote.in/img/signup_prompt.png), #23292e;
|
|
|
background-position: top center,0 0;
|
|
background-position: top center,0 0;
|
|
|
background-size: 100% auto;
|
|
background-size: 100% auto;
|
|
|
|
|
+ opacity: 0.91;
|
|
|
}
|
|
}
|
|
|
.align {
|
|
.align {
|
|
|
margin-top: 1em;
|
|
margin-top: 1em;
|