样式微调

This commit is contained in:
tangly
2021-11-25 16:44:06 +08:00
parent 22176fee79
commit 917d3f2e63
5 changed files with 11 additions and 19 deletions

View File

@@ -63,7 +63,7 @@ const BaseLayout = ({
const targetRef = useRef(null)
return (
<div id='wrapper' className={[BLOG.font, theme].join(' ')}>
<div id='wrapper' className={[BLOG.font,'subpixel-antialiased', theme].join(' ')}>
<CommonHead meta={meta} />
{/* 顶部导航栏 */}