tweak landing page colors
This commit is contained in:
parent
813998be35
commit
f7599e98c3
|
@ -87,7 +87,7 @@
|
||||||
border-radius: 2px
|
border-radius: 2px
|
||||||
|
|
||||||
.hero
|
.hero
|
||||||
background-color: #faf9f6
|
background-color: #f6f6f6
|
||||||
h1
|
h1
|
||||||
color: #339999
|
color: #339999
|
||||||
line-height: 1.2em
|
line-height: 1.2em
|
||||||
|
@ -144,7 +144,7 @@
|
||||||
padding: 0 0 0 12%
|
padding: 0 0 0 12%
|
||||||
|
|
||||||
.recent-builds
|
.recent-builds
|
||||||
background-color: #faf9f6
|
background-color: #f6f6f6
|
||||||
min-height: 44rem
|
min-height: 44rem
|
||||||
|
|
||||||
.recent-builds-text
|
.recent-builds-text
|
||||||
|
@ -220,7 +220,7 @@
|
||||||
display: inline-block
|
display: inline-block
|
||||||
|
|
||||||
.features-list
|
.features-list
|
||||||
background-color: #faf9f6
|
background-color: #f6f6f6
|
||||||
|
|
||||||
h2
|
h2
|
||||||
margin: 0
|
margin: 0
|
||||||
|
|
|
@ -308,6 +308,7 @@
|
||||||
color: $color
|
color: $color
|
||||||
background-color: white
|
background-color: white
|
||||||
&:hover
|
&:hover
|
||||||
|
border-color: $hover-color
|
||||||
background-color: $hover-color
|
background-color: $hover-color
|
||||||
.list--check li:before
|
.list--check li:before
|
||||||
color: $color
|
color: $color
|
||||||
|
@ -352,7 +353,7 @@
|
||||||
border-radius: 2px
|
border-radius: 2px
|
||||||
font-size: 22px
|
font-size: 22px
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
transition: border-color 200ms ease
|
transition: background-color 200ms ease
|
||||||
|
|
||||||
.section--enterprise
|
.section--enterprise
|
||||||
.inner
|
.inner
|
||||||
|
|
Loading…
Reference in New Issue
Block a user