Fix background

This commit is contained in:
Mikołaj Pich 2018-06-14 19:12:56 +02:00
parent 36f920064d
commit b5229bc579

View file

@ -11,15 +11,14 @@ html, body, .wrapper {
margin: 0;
padding: 0;
width: 100%;
background: rgb(32, 35, 36);
}
body {
color: #fff;
background: url(wallpaper.jpg) no-repeat center / cover fixed;
background: url(wallpaper.jpg) no-repeat center / cover fixed rgb(32, 35, 36);
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
min-height: 100%;
height: 100%;
}
a {