字体调整,配置文件调整

This commit is contained in:
tangly1024
2021-12-13 16:21:54 +08:00
parent 0f46dc518c
commit b2d2afc704
9 changed files with 32 additions and 17 deletions

View File

@@ -66,7 +66,7 @@ const BaseLayout = ({
const targetRef = useRef(null)
return (
<div id='wrapper' className={[BLOG.font, 'subpixel-antialiased', theme].join(' ')}>
<div id='wrapper' className={theme}>
<CommonHead meta={meta} />
{/* 顶部导航栏 */}
@@ -78,7 +78,6 @@ const BaseLayout = ({
<SideBar post={post} posts={totalPosts} tags={tags} currentSearch={currentSearch} currentTag={currentTag} categories={categories} currentCategory={currentCategory} />
</div>
<div className='flex flex-grow min-h-screen' ref={targetRef}>
{onLoading
? <LoadingCover/>
: <div className='flex-grow bg-gray-50 dark:bg-black shadow-inner animate__animated animate__fadeIn'>