Moved new landing page from /new to /
Moved current landing page from / to /archive/3
This commit is contained in:
5
css/bootstrap.min.css
vendored
5
css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
12
css/hexagons.min.css
vendored
Normal file
12
css/hexagons.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -45,7 +45,7 @@ p {
|
||||
}
|
||||
|
||||
a {
|
||||
color: aqua;
|
||||
color: #879FBB;
|
||||
-webkit-transition: all .2s ease-in-out;
|
||||
-moz-transition: all .2s ease-in-out;
|
||||
transition: all .2s ease-in-out;
|
||||
@@ -54,7 +54,7 @@ a {
|
||||
a:hover,
|
||||
a:focus {
|
||||
text-decoration: none;
|
||||
color: #42dca3;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.light {
|
||||
@@ -268,7 +268,8 @@ a:focus {
|
||||
}
|
||||
|
||||
.content-section {
|
||||
padding-top: 100px;
|
||||
padding-top: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.download-section {
|
||||
@@ -322,10 +323,10 @@ a:focus {
|
||||
|
||||
.btn-default:hover,
|
||||
.btn-default:focus {
|
||||
border: 1px solid #42dca3;
|
||||
border: 1px solid #fff;
|
||||
outline: 0;
|
||||
color: #000;
|
||||
background-color: #42dca3;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
ul.banner-social-buttons {
|
||||
@@ -360,13 +361,13 @@ footer p {
|
||||
|
||||
::-moz-selection {
|
||||
text-shadow: none;
|
||||
background: #fcfcfc;
|
||||
background: #879FBB;
|
||||
background: rgba(255,255,255,.2);
|
||||
}
|
||||
|
||||
::selection {
|
||||
text-shadow: none;
|
||||
background: #fcfcfc;
|
||||
background: #879FBB;
|
||||
background: rgba(255,255,255,.2);
|
||||
}
|
||||
|
Reference in New Issue
Block a user