mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-30 07:26:45 +00:00
样式微调
This commit is contained in:
@@ -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} />
|
||||
|
||||
{/* 顶部导航栏 */}
|
||||
|
||||
Reference in New Issue
Block a user