更多分类,页面颜色色阶调整
This commit is contained in:
tangly1024
2021-12-02 10:38:59 +08:00
parent 6db0b69288
commit f7dbd26b70
10 changed files with 162 additions and 53 deletions

View File

@@ -26,7 +26,7 @@ const BlogPostCard = ({ post, tags }) => {
<div className='flex whitespace-nowrap'>
<Link href={`/category/${post.category}`}>
<div
className='cursor-pointer dark:text-gray-200 text-gray-500 text-sm py-1.5 mr-1 underline hover:scale-105 transform duration-200'>
className='cursor-pointer dark:text-gray-200 text-gray-500 text-sm py-1.5 mr-1 hover:underline hover:scale-105 transform duration-200'>
<i
className='fa fa-folder-open-o mr-1' />{post.category}</div>
</Link>