Hexo 样式调整

This commit is contained in:
tangly1024
2022-03-08 14:32:09 +08:00
parent f81affc23a
commit 3025bd8253
11 changed files with 126 additions and 30 deletions

View File

@@ -23,7 +23,7 @@ const Comment = ({ frontMatter }) => {
const router = useRouter()
const { locale } = useGlobal()
return (
<div className='comment mt-5 text-gray-800 dark:text-gray-300'>
<div id='comment' className='comment mt-5 text-gray-800 dark:text-gray-300'>
<Tabs>
{BLOG.COMMENT_UTTERRANCES_REPO && (<div key='Utterance'>
<UtterancesComponent issueTerm={frontMatter.id} className='px-2' />