Background parameters

merge-requests/8/head
Bob Mottram 2020-07-25 14:52:55 +01:00
parent 85da467df1
commit 1b33c20fd5
2 changed files with 10 additions and 0 deletions

View File

@ -76,6 +76,11 @@ a:link {
.follow {
background-image: url("follow-background.png");
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 100%;
background-position: center;
background-repeat: no-repeat;

View File

@ -34,6 +34,11 @@ body, html {
color: var(--main-fg-color);
background-image: url("/login-background.png");
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%;