body背景色 提出

This commit is contained in:
tangly1024
2023-07-15 11:57:51 +08:00
parent eb3a0a0bae
commit a5892cb467
15 changed files with 81 additions and 55 deletions

View File

@@ -17,7 +17,7 @@ class MyDocument extends Document {
<CommonScript />
</Head>
<body className={`${BLOG.FONT_STYLE} font-light bg-day dark:bg-night`}>
<body className={`${BLOG.FONT_STYLE} font-light`}>
<Main />
<NextScript />
</body>