mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(site): fix initial body background color
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user