mirror of
https://github.com/danbulant/ester_os
synced 2026-06-24 09:02:18 +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 {
|
.welcome-page {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
||||||
background: url("/static/images/backgrounds/nightTime.jpg");
|
|
||||||
background-size: cover;
|
|
||||||
}
|
}
|
||||||
.welcome-time {
|
.welcome-time {
|
||||||
color: white;
|
color: white;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue