more awesome

This commit is contained in:
nek0 2016-08-27 18:07:49 +02:00
parent b4f0e3b54f
commit 20844187e7
1 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,10 @@ body {
color: black;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
background-image: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%), url(../images/logo.png);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.wrapper {
@ -318,6 +322,9 @@ article dl dd a {
/** Circular menu **/
@media (min-width: 1000px) {
body {
background-image: none;
}
nav {
position: fixed;
top: 0;