hexo-theme-next
Version:
Elegant and powerful theme for Hexo.
29 lines (23 loc) • 381 B
text/stylus
.category-all-page {
.category-all-title {
text-align: center;
}
.category-all {
margin-top: 20px;
}
.category-list {
list-style: none;
margin: 0;
padding: 0;
}
.category-list-item {
margin: 5px 10px;
}
.category-list-count {
font-size: $font-size-smallest;
badge();
}
.category-list-child {
padding-left: 10px;
}
}