Also convert template body-background-image to var()

And cleanup more CSS
This commit is contained in:
djmaze 2021-02-05 15:31:42 +01:00
parent d9bece04b2
commit 5e9941d58f
15 changed files with 46 additions and 207 deletions

View file

@ -117,11 +117,11 @@
}
.e-mobile-switcher {
color: var(--powered-color, #333);
color: var(--login-switch-color, #333);
margin-top: 8px;
text-align: center;
a {
color: var(--powered-color, #333);
color: var(--login-switch-color, #333);
text-decoration: underline;
&:hover {
filter: brightness(1.5);