💅 微调样式

This commit is contained in:
tangly1024
2021-09-27 17:49:29 +08:00
parent 5c46d7f7f0
commit 8e8fffdd51
4 changed files with 7 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ class MyDocument extends Document {
<ThirdPartyScript />
</Head>
<body>
<body className='bg-gray-200 dark:bg-black'>
<Main />
<NextScript />
</body>