[bug] fix inital page load dark background

This commit is contained in:
zombieFox 2020-06-08 21:40:10 +01:00
parent 41287a7f74
commit efa95d997a
2 changed files with 2 additions and 3 deletions

View File

@ -4,12 +4,11 @@
}
html {
background-color: rgb(var(--background-color-theme));
font-size: var(--theme-root-font-size);
}
body {
background-color: rgb(var(--background-color-theme));
background-color: rgb(25, 25, 25);
color: rgb(var(--theme-style-text));
font-size: 1rem;
line-height: 1.6;

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" style="background-color: rgb(0, 0, 0)">
<html lang="en" style="background-color: rgb(25, 25, 25)">
<head>
<meta charset="utf-8">