More css tweaks and changed button layout
This commit is contained in:
2
new/css/hexagons.min.css
vendored
2
new/css/hexagons.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -45,7 +45,7 @@ p {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #5882A8;
|
||||
color: #879FBB;
|
||||
-webkit-transition: all .2s ease-in-out;
|
||||
-moz-transition: all .2s ease-in-out;
|
||||
transition: all .2s ease-in-out;
|
||||
@@ -269,6 +269,7 @@ a:focus {
|
||||
|
||||
.content-section {
|
||||
padding-top: 100px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.download-section {
|
||||
@@ -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