fix(site): fix initial body background color

This commit is contained in:
Bruno Quaresma
2023-12-14 18:15:25 +00:00
committed by GitHub
parent 43411d20ba
commit 32c93a887e
-6
View File
@@ -53,12 +53,6 @@
media="(prefers-color-scheme: light)"
data-react-helmet="true"
/>
<style>
html,
body {
background-color: hsl(0, 0%, 1%);
}
</style>
</head>
<body>