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

10 lines
179 B
Stylus

@require 'common/variables.styl'
.category-container {
.category-name {
color: var(--second-text-color);
font-size 20px
font-weight 600
margin-bottom 10px
}
}