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

10 lines
186 B
Stylus

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