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

10 lines
186 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: 1.6em;
font-weight: 600;
margin-bottom: 32px;
}
}