mirror of
https://github.com/danbulant/ester_os
synced 2026-05-19 04:08:44 +00:00
Set background to body, not element to preserve background between pages
This commit is contained in:
parent
4d6c2956e3
commit
ed56908271
1 changed files with 5 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue