Add light background for default light mode

This commit is contained in:
Nick Bland
2022-04-19 20:48:32 +10:00
parent fdfe63c764
commit 7a9f291eaf

View File

@@ -4,7 +4,7 @@ export default function Document() {
return (
<Html>
<Head />
<body className="dark:bg-gray-800">
<body className="dark:bg-black bg-white">
<Main />
<NextScript />
</body>