Skip to content

配置侧边栏目录颜色为紫色

配置侧边栏目录颜色为紫色

2025年1月2日已解决。

环境

自己开源的 《vuepress-theme-vdoing-one-public》网站模板。

此模板是在Young Kbt blog的开源项目《Kele-Bingtang.github.io》基础上修改为自己的风格而成,感谢大佬开源的模板&感谢原作者开源的vdoing主题。❤️❤️

效果

image-20250102062431132

配置

docs\.vuepress\styles\index.styl最后添加:

css
//配置侧边栏目录颜色为紫色
.sidebar-group.is-sub-group>.sidebar-heading {
    font-size: 1.01em;
    line-height: 1.4;
    font-weight: 700;
    padding-left: 2rem;
    color: #A020F0;
}

image-20250102062549717

最近更新