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
No known key found for this signature in database
GPG Key ID: B46CF88E4DAB4A2C

View File

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