优先兼容Mac深色模式,首页文章密度调整

This commit is contained in:
tangly1024
2021-11-02 14:50:46 +08:00
parent 838d3c7d1b
commit e863215325
7 changed files with 25 additions and 13 deletions

View File

@@ -39,7 +39,7 @@ const BaseLayout = ({ children, layout, fullWidth, tags, meta, post, ...customMe
<TopNav tags={tags} post={post} />
{/* Middle Wrapper */}
<main className='flex dark:bg-gray-900'>
<main className='flex dark:bg-black'>
<SideBar tags={tags} post={post} />
<div className='flex flex-grow' ref={targetRef}>
{children}