}
@@ -44,7 +44,7 @@ const BlogPostCard = ({ post, showSummary }) => {
-
+
{post.category}
diff --git a/themes/hexo/components/Card.js b/themes/hexo/components/Card.js
index 288b826f..feda0330 100644
--- a/themes/hexo/components/Card.js
+++ b/themes/hexo/components/Card.js
@@ -1,7 +1,7 @@
const Card = ({ children, headerSlot, className }) => {
return
<>{headerSlot}>
-
diff --git a/themes/hexo/components/Catalog.js b/themes/hexo/components/Catalog.js
index 4c98b21c..8045800d 100644
--- a/themes/hexo/components/Catalog.js
+++ b/themes/hexo/components/Catalog.js
@@ -71,7 +71,7 @@ const Catalog = ({ toc }) => {
display: 'inline-block',
marginLeft: tocItem.indentLevel * 16
}}
- className={`${activeSection === id && ' font-bold text-red-400 underline'}`}
+ className={`${activeSection === id && ' font-bold text-indigo-400 underline'}`}
>
{tocItem.text}
diff --git a/themes/hexo/components/CategoryGroup.js b/themes/hexo/components/CategoryGroup.js
index a14e15d9..4dd17282 100644
--- a/themes/hexo/components/CategoryGroup.js
+++ b/themes/hexo/components/CategoryGroup.js
@@ -11,8 +11,8 @@ const CategoryGroup = ({ currentCategory, categories }) => {
const selected = currentCategory === category.name
return
{category.name}({category.count})
diff --git a/themes/hexo/components/Footer.js b/themes/hexo/components/Footer.js
index 2625e034..44a19a55 100644
--- a/themes/hexo/components/Footer.js
+++ b/themes/hexo/components/Footer.js
@@ -7,12 +7,12 @@ const Footer = ({ title }) => {
const startYear = BLOG.SINCE && BLOG.SINCE !== currentYear && BLOG.SINCE + '-'
return (