2020-03-21 23:04:01 +08:00
|
|
|
@require 'variables.styl'
|
|
|
|
|
2020-03-19 18:11:13 +08:00
|
|
|
.category-container {
|
|
|
|
.category-name {
|
2020-03-21 23:04:01 +08:00
|
|
|
color: $article-title-color
|
2020-03-19 18:11:13 +08:00
|
|
|
font-size 20px
|
2020-03-21 23:04:01 +08:00
|
|
|
font-weight 600
|
2020-03-19 18:11:13 +08:00
|
|
|
margin-bottom 10px
|
|
|
|
}
|
|
|
|
}
|