💄 Add magrin pixes from icon between text.
This commit is contained in:
parent
ee86b0d152
commit
92a55d49e5
@ -19,7 +19,8 @@
|
|||||||
.category-list-item:before {
|
.category-list-item:before {
|
||||||
font-family: var(--fa-style-family,"Font Awesome 6 Free");
|
font-family: var(--fa-style-family,"Font Awesome 6 Free");
|
||||||
font-weight: var(--fa-style,900);
|
font-weight: var(--fa-style,900);
|
||||||
content: "\f07c"
|
content: "\f07c";
|
||||||
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.category-list-item {
|
.category-list-item {
|
||||||
@ -49,6 +50,7 @@
|
|||||||
font-family: var(--fa-style-family,"Font Awesome 6 Free");
|
font-family: var(--fa-style-family,"Font Awesome 6 Free");
|
||||||
font-weight: var(--fa-style,900);
|
font-weight: var(--fa-style,900);
|
||||||
content: "\f0ae";
|
content: "\f0ae";
|
||||||
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.category-children-list-item {
|
.category-children-list-item {
|
||||||
|
@ -489,7 +489,7 @@ params:
|
|||||||
enable: true
|
enable: true
|
||||||
# 页面访问统计插件,支持busuanzi, waline, leancloud
|
# 页面访问统计插件,支持busuanzi, waline, leancloud
|
||||||
# Page views counter plugin, support: busuanzi, waline, leancloud
|
# Page views counter plugin, support: busuanzi, waline, leancloud
|
||||||
plugin: waline
|
plugin: busuanzi
|
||||||
|
|
||||||
# 文章底部的设置
|
# 文章底部的设置
|
||||||
# Post footer settings
|
# Post footer settings
|
||||||
|
Loading…
Reference in New Issue
Block a user