Discourse 카테고리 헤더 테마 컴포넌트

This bugged me a little too. A bit of custom CSS does the trick:

// let Category Headers Read More link use same color as summary text

.category-about-url a {
  color: inherit;

}
2개의 좋아요