Allow themes in mobile mode

Cleanup themes and drop the template.less
This commit is contained in:
djmaze 2021-02-06 23:37:53 +01:00
parent 4f1fc5f44b
commit 48424e213b
34 changed files with 722 additions and 741 deletions

View file

@ -11,7 +11,7 @@ body {
}
#rl-loading, #rl-loading-error {
color: var(--loading-color);
color: var(--loading-color, #000);
text-shadow: var(--loading-text-shadow);
font-size: 30px;
line-height: 130%;
@ -30,7 +30,7 @@ body {
.e-spinner .e-bounce {
animation: bouncedelay 1.4s infinite ease-in-out;
background-color: var(--loading-color, #333);
background-color: var(--loading-color, #000);
border-radius: 100%;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
display: inline-block;