This commit is contained in:
Thomas G 2022-10-15 02:28:10 +11:00
parent 17ef8eaf36
commit e941a14270
2 changed files with 2 additions and 0 deletions

View File

@ -639,6 +639,7 @@ html {
.loggedout {
background: transparent url(/img/background.jpg) no-repeat scroll center top;
background-size: cover;
/*
background: url('/img/animated.png');
background-color: rgb(49, 107, 223);

View File

@ -60,6 +60,7 @@ body {
.loggedout {
background: transparent url(/img/backgrounddark.jpg) no-repeat scroll center top;
background-size: cover;
/*
background-image: url('../img/animateddark.png');
background-color: rgb(1, 17, 48);