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

10 lines
174 B
Stylus
Raw Normal View History

2020-04-01 12:09:06 +08:00
@require 'common/variables.styl'
.category-container {
.category-name {
color: $article-title-color
font-size 20px
font-weight 600
margin-bottom 10px
}
}