Improve desktop mode in mobile mode

This commit is contained in:
djmaze 2021-02-15 23:45:52 +01:00
parent 0d6335ed2c
commit 33214c1a33
3 changed files with 7 additions and 14 deletions

View file

@ -1,13 +1,12 @@
html, body {
background-color: #eee;
font-family: "DejaVu Sans", Verdana, Geneva, "Bitstream Vera Sans", "DejaVu LGC Sans", sans-serif;
margin: 0;
padding: 0;
}
body {
background-color: #aaa;
color: #333;
background: var(--main-bg-color, #aaa);
color: var(--main-color, #333);
}
#rl-loading, #rl-loading-error {