feat(blog): 英文标签、中文分类与列表阅读时间;Plume RAG 规则与提交脚本
This commit is contained in:
@@ -1,3 +1,31 @@
|
||||
/**
|
||||
* 博客:分类(中文展示名)与标签(英文)之间留出间距;分类路径本身前后略松一些
|
||||
*/
|
||||
.vp-blog-post-item .post-meta .category-list {
|
||||
padding: 0.3em 0.65em;
|
||||
margin-right: 0.75rem;
|
||||
margin-left: 0.15rem;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.vp-blog-post-item .post-meta .category-list .icon {
|
||||
margin-right: 0.45rem;
|
||||
}
|
||||
|
||||
.vp-blog-post-item .post-meta .category-list a + span {
|
||||
margin-inline: 0.2em;
|
||||
}
|
||||
|
||||
/* 文章页面包屑:各级目录名前后略留白 */
|
||||
.vp-breadcrumb ol {
|
||||
gap: 6px 10px;
|
||||
}
|
||||
|
||||
.vp-breadcrumb ol li .breadcrumb:not(.current) {
|
||||
padding: 0.15em 0.5em;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
:root {
|
||||
/** 主题颜色 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user