💄 Add magrin pixes from icon between text.

This commit is contained in:
elkan1788 2023-06-24 16:37:33 +08:00
parent ee86b0d152
commit 92a55d49e5
2 changed files with 4 additions and 2 deletions

View File

@ -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 {

View File

@ -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