mirror of https://gitlab.com/bashrc2/epicyon
Background parameters
parent
85da467df1
commit
1b33c20fd5
|
@ -76,6 +76,11 @@ a:link {
|
||||||
|
|
||||||
.follow {
|
.follow {
|
||||||
background-image: url("follow-background.png");
|
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%;
|
height: 100%;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
|
@ -34,6 +34,11 @@ body, html {
|
||||||
color: var(--main-fg-color);
|
color: var(--main-fg-color);
|
||||||
|
|
||||||
background-image: url("/login-background.png");
|
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%;
|
height: 100%;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
max-width: 60%;
|
max-width: 60%;
|
||||||
|
|
Loading…
Reference in New Issue