Modification background par défaut
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user