+
diff --git a/themes/Hexo/components/Card.js b/themes/Hexo/components/Card.js
index 8cb8123c..013301be 100644
--- a/themes/Hexo/components/Card.js
+++ b/themes/Hexo/components/Card.js
@@ -1,7 +1,7 @@
const Card = ({ children, headerSlot, className }) => {
return
-
<>{headerSlot}>
-
+
{children}
diff --git a/themes/Hexo/components/Catalog.js b/themes/Hexo/components/Catalog.js
index 59942526..4c98b21c 100644
--- a/themes/Hexo/components/Catalog.js
+++ b/themes/Hexo/components/Catalog.js
@@ -63,7 +63,7 @@ const Catalog = ({ toc }) => {
+
-
diff --git a/themes/Hexo/components/TagItemMini.js b/themes/Hexo/components/TagItemMini.js
index 63adeb12..ed0d1d22 100644
--- a/themes/Hexo/components/TagItemMini.js
+++ b/themes/Hexo/components/TagItemMini.js
@@ -2,12 +2,12 @@ import Link from 'next/link'
const TagItemMini = ({ tag, selected = false }) => {
return
-
-
{/* 导航栏 */}
-
{BLOG.TITLE}
+ {BLOG.TITLE}
{selected && } {tag.name + (tag.count ? `(${tag.count})` : '')}
+ : `text-gray-600 hover:shadow-xl dark:border-gray-400 notion-${tag.color}_background `}` }>
+ {selected && } {tag.name + (tag.count ? `(${tag.count})` : '')}
}
diff --git a/themes/Hexo/components/TopNav.js b/themes/Hexo/components/TopNav.js
index fe53015b..c021183f 100644
--- a/themes/Hexo/components/TopNav.js
+++ b/themes/Hexo/components/TopNav.js
@@ -90,7 +90,7 @@ const TopNav = ({ tags, currentTag, categories, currentCategory, postCount }) =>