🌜 适配夜间模式

This commit is contained in:
tangly1024
2021-09-27 15:47:01 +08:00
parent 383f3dc089
commit 98bbc014a3
5 changed files with 8 additions and 8 deletions

View File

@@ -59,7 +59,7 @@ const DefaultLayout = ({ tags, posts, page, currentTag, ...customMeta }) => {
{/* <TopNav tags={tags} currentTag={currentTag} /> */}
{/* <Header navBarTitle={meta.title} fullWidth={true}/> */}
<div className={`${BLOG.font} flex bg-gray-50`}>
<div className={`${BLOG.font} flex bg-gray-100 dark:bg-black`}>
<SideBar tags={tags} currentTag={currentTag} />
<main className='md:pb-10 md:px-24 p-5 flex-grow'>