dark mode background should now work properly on all pages

This commit is contained in:
Thomas G 2022-08-08 22:19:17 +10:00
parent f9e5673db3
commit 0776babe14
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ html {
} }
.loggedout { .loggedout {
background-image: url('../img/animateddark.png');
background-color: rgb(1, 17, 48); background-color: rgb(1, 17, 48);
} }