Skip to content

Commit 834ce41

Browse files
refactor(site): add default background color to html and body (coder#9009)
1 parent 9d9814c commit 834ce41

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

site/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
href="/favicons/favicon.svg"
3737
data-react-helmet="true"
3838
/>
39+
<style>
40+
html,
41+
body {
42+
background-color: hsl(220, 50%, 3%);
43+
}
44+
</style>
3945
</head>
4046

4147
<body>

0 commit comments

Comments
 (0)