mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-02-10 07:19:38 +01:00
[bug] fix inital page load dark background
This commit is contained in:
parent
41287a7f74
commit
efa95d997a
@ -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;
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user