hexo-theme-keep/source/css/layout/category-post.styl

10 lines
167 B
Stylus

@require 'variables.styl'
.category-container {
.category-name {
color: $article-title-color
font-size 20px
font-weight 600
margin-bottom 10px
}
}