Modification background par défaut

This commit is contained in:
2015-10-29 11:32:07 +01:00
parent 5f4f49f2b6
commit 772269c786
4 changed files with 32 additions and 94 deletions

View File

@ -17,6 +17,10 @@ html, body {
height: 100%;
color: white;
overflow-x: hidden;
background: url('../img/background.svg');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
@ -31,7 +35,6 @@ html, body {
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
transition: background-image 250ms ease-in-out;
}
.full-width {
@ -56,7 +59,6 @@ html, body {
right: 0;
bottom: 0;
top: 0;
z-index: -1;
}
.launcher .crossfade-image .top,
@ -82,6 +84,7 @@ html, body {
align-items: center;
display: flex;
width: 60px;
z-index: 10;
}
.launcher .nav a.goback {