fix: 🎨

This commit is contained in:
codytseng
2025-02-09 22:13:10 +08:00
parent 05ca35feb1
commit 9a643a09ab

View File

@@ -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>