这个小问题也困扰了我一下。一点自定义 CSS 就能解决:
// 让“关于分类”标题的“阅读更多”链接使用与摘要文本相同的颜色 .category-about-url a { color: inherit; }