fix(site): fix initial body background color

This commit is contained in:
Bruno Quaresma 2023-12-14 15:15:25 -03:00 committed by GitHub
parent 43411d20ba
commit 32c93a887e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

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>