We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41287a7 commit efa95d9Copy full SHA for efa95d9
src/css/base.css
@@ -4,12 +4,11 @@
4
}
5
6
html{
7
-background-color:rgb(var(--background-color-theme));
8
font-size:var(--theme-root-font-size);
9
10
11
body{
12
+background-color:rgb(25,25,25);
13
color:rgb(var(--theme-style-text));
14
font-size:1rem;
15
line-height:1.6;
src/index.html
@@ -1,5 +1,5 @@
1
<!DOCTYPE html>
2
-<htmllang="en" style="background-color: rgb(0, 0, 0)">
+<htmllang="en" style="background-color: rgb(25, 25, 25)">
3
<head>
<metacharset="utf-8">
0 commit comments