1
0

chore: 覆盖默认主题样式

This commit is contained in:
2025-10-07 18:17:39 +08:00
parent 9489327e57
commit 81a99380fe
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
.vp-doc h2 {
padding-top: 0;
border-top: none;
}

View File

@@ -0,0 +1,4 @@
import DefaultTheme from 'vitepress/theme';
import './custom.less';
export default DefaultTheme;