Set background to body, not element to preserve background between pages

This commit is contained in:
danbulant 2020-02-16 11:47:16 +01:00
parent 4d6c2956e3
commit ed56908271

View file

@ -1,12 +1,14 @@
body {
background: url("/static/images/backgrounds/nightTime.jpg");
background-size: cover;
}
.welcome-page {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: url("/static/images/backgrounds/nightTime.jpg");
background-size: cover;
}
.welcome-time {
color: white;