Use proper background image variable

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2022-08-23 14:26:25 +02:00
parent e68a58c87b
commit 0667890656
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

@ -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;