@sugarat/create-theme 0.0.23 → 0.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8,7 +8,7 @@ recommend: 3
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
10
|
# 样式配置
|
|
11
|
-
样式自定义,参考[官方文档思路](https://vitepress.
|
|
11
|
+
样式自定义,参考[官方文档思路](https://vitepress.dev/guide/extending-default-theme#customizing-css)
|
|
12
12
|
|
|
13
13
|
在 `.vitepress/theme/index.ts` 中引入自定义的样式文件,覆盖默认主题样式即可
|
|
14
14
|
|