Skip to content

Commit 18cca21

Browse files
author
LinuxJava7
committed
move background to html and body definition
1 parent 798b3d7 commit 18cca21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ html, body {
4949
letter-spacing: -0.01em;
5050
word-spacing: -0.01em;
5151
scroll-behavior: smooth;
52+
background: var(--window-bg-color);
53+
color: var(--window-fg-color);
5254
}
5355

5456
body {
5557
margin: 0;
5658
padding: 0;
57-
background: var(--window-bg-color);
58-
color: var(--window-fg-color);
5959
display: flex;
6060
flex-direction: column;
6161
min-height: 100vh;

0 commit comments

Comments
 (0)