Skip to content

Commit efa95d9

Browse files
committed
[bug] fix inital page load dark background
1 parent 41287a7 commit efa95d9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

‎src/css/base.css‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
}
55

66
html{
7-
background-color:rgb(var(--background-color-theme));
87
font-size:var(--theme-root-font-size);
98
}
109

1110
body{
12-
background-color:rgb(var(--background-color-theme));
11+
background-color:rgb(25,25,25);
1312
color:rgb(var(--theme-style-text));
1413
font-size:1rem;
1514
line-height:1.6;

‎src/index.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<htmllang="en" style="background-color: rgb(0, 0, 0)">
2+
<htmllang="en" style="background-color: rgb(25, 25, 25)">
33

44
<head>
55
<metacharset="utf-8">

0 commit comments

Comments
(0)