mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Use proper background image variable
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
e68a58c87b
commit
0667890656
1 changed files with 4 additions and 2 deletions
|
|
@ -38,13 +38,15 @@ html {
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
background: url('/apps/dashboard/img/kamil-porembinski-clouds.jpg');
|
||||
background-color: var(--color-primary);
|
||||
background-image: var(--image-main-background);
|
||||
background-size: cover;
|
||||
background-position: top center;
|
||||
}
|
||||
|
||||
body {
|
||||
background: url('/apps/dashboard/img/kamil-porembinski-clouds.jpg');
|
||||
background-color: var(--color-primary);
|
||||
background-image: var(--image-main-background);
|
||||
background-size: cover;
|
||||
background-position: top center;
|
||||
position: fixed;
|
||||
|
|
|
|||
Loading…
Reference in a new issue