Fix background
This commit is contained in:
parent
89438a6f0e
commit
45296d996c
1 changed files with 1 additions and 2 deletions
3
app.css
3
app.css
|
@ -11,7 +11,6 @@ html, body, .wrapper {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
min-height: 100%;
|
||||
background: rgb(32, 35, 36);
|
||||
}
|
||||
|
||||
|
@ -20,7 +19,7 @@ body {
|
|||
background: url(wallpaper.jpg) no-repeat center / cover fixed;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
|
||||
Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Reference in a new issue