升级:将 VitePress 版本升级为 v1.0.0-alpha.43(本次升级版本跨度大,调整内容也较多,包括:支持配置在大纲中隐藏 Badge 文本,VitePress 默认主题全局风格优化等)
This commit is contained in:
@@ -31,7 +31,7 @@ const { theme } = useData()
|
||||
.VPFooter {
|
||||
position: relative;
|
||||
z-index: var(--vp-z-index-footer);
|
||||
border-top: 1px solid var(--vp-c-divider-light);
|
||||
border-top: 1px solid var(--vp-c-gutter);
|
||||
padding: 25px 24px;
|
||||
background-color: var(--vp-c-bg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user