Font d'écran par défaut plus léger (non SVG) + modif icone navigation

This commit is contained in:
2016-03-28 11:03:46 +02:00
parent 255573fa67
commit 8ad1c3055a
22 changed files with 752 additions and 9 deletions

View File

@ -17,10 +17,13 @@ html, body {
height: 100%;
color: white;
overflow-x: hidden;
background: url('../img/background.svg');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background:
url(../img/pitaya.png) no-repeat bottom 15px left 30px,
url(../img/cadoles.png) no-repeat bottom 15px right 30px,
radial-gradient(circle at top left, rgba(255,207,104, 0.9), rgba(255,207,104, 0)),
linear-gradient(30deg, rgba(241,26,96,0.7), rgba(6,188,137,0.8)),
linear-gradient(145deg, rgba(254,139,85,0.7), rgba(59,23,119,1));
background-size: 120px, 100px, cover, cover, cover;
}
@ -85,14 +88,16 @@ html, body {
display: flex;
width: 60px;
z-index: 10;
padding-left: 40px;
}
.launcher .nav a.goback {
text-decoration: none;
color: white;
font-size: 60px;
font-size: 75px;
text-shadow: 1px 1px #444;
font-family: sans-serif;
font-family: arrows;
}
.launcher .nav a.goback:hover {