Only one background

merge-requests/8/head
Bob Mottram 2020-07-27 19:11:42 +01:00
parent 6f1ba4562a
commit 028cd27ac0
1 changed files with 0 additions and 14 deletions

View File

@ -129,13 +129,6 @@ span.psw {
body, html {
background-color: var(--main-bg-color);
color: var(--main-fg-color);
background-image: url("/login-background.jpg");
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 100%;
font-family: Arial, Helvetica, sans-serif;
max-width: 60%;
@ -177,13 +170,6 @@ span.psw {
body, html {
background-color: var(--main-bg-color);
color: var(--main-fg-color);
background-image: url("/login-background.jpg");
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 100%;
font-family: Arial, Helvetica, sans-serif;
max-width: 95%;