fix: 🎨
This commit is contained in:
15
index.html
15
index.html
@@ -28,20 +28,7 @@
|
|||||||
<meta
|
<meta
|
||||||
property="og:image"
|
property="og:image"
|
||||||
content="https://github.com/CodyTseng/jumble/blob/master/resources/og-image.png?raw=true"
|
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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user