mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-07 07:26:46 +00:00
主题文字高度,动画微调
This commit is contained in:
@@ -12,7 +12,7 @@ export const BlogItem = props => {
|
||||
<h2 className="mb-2">
|
||||
<Link
|
||||
href={`${BLOG.SUB_PATH}/${post.slug}`}
|
||||
className="blog-item-title font-bold text-black text-2xl no-underline hover:underline">
|
||||
className="blog-item-title font-bold text-black text-2xl menu-link">
|
||||
{post.title}
|
||||
</Link>
|
||||
</h2>
|
||||
|
||||
Reference in New Issue
Block a user