feature: 字数统计调整

This commit is contained in:
tangly1024
2021-12-24 16:44:05 +08:00
parent 0756dedb5a
commit f8ed2156bb
2 changed files with 4 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ export default function ArticleDetail ({ post, blockMap, recommendPosts, prev, n
{post.summary}
</h2>
<section className='flex justify-end py-2 pl-1 dark:text-white items-center font-light italic text-sm'>
<section className='flex justify-end py-2 pl-1 text-gray-600 dark:text-gray-400 items-center font-light text-sm'>
<WordCount/>
</section>