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

10 lines
179 B
Stylus
Raw Normal View History

2020-04-01 12:09:06 +08:00
@require 'common/variables.styl'
.category-container {
.category-name {
color: var(--second-text-color);
font-size 20px
font-weight 600
margin-bottom 10px
}
}