fix: 🎨
This commit is contained in:
15
index.html
15
index.html
@@ -28,20 +28,7 @@
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://github.com/CodyTseng/jumble/blob/master/resources/og-image.png?raw=true"
|
||||
/>
|
||||
<style>
|
||||
:root {
|
||||
--background-color: #ffffff;
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--background-color: #09090b;
|
||||
}
|
||||
}
|
||||
html, body {
|
||||
background-color: var(--background-color);
|
||||
}
|
||||
</style>
|
||||
/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
Reference in New Issue
Block a user