Skip to content

Commit

Permalink
小修改
Browse files Browse the repository at this point in the history
  • Loading branch information
Minsecrus committed Dec 8, 2024
1 parent 0a2389e commit 0dcb8f8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import Theme from 'vitepress/theme'
import './custom.css'

export default {
...Theme
}
5 changes: 5 additions & 0 deletions docs/.vitepress/theme/style/var.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/* .vitepress/theme/custom.css */
:root {
--vp-c-brand: #663399;
--vp-c-brand-light: #8344c1;
}
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ hero:
link: /杂项/总纲
- theme: alt
text: 返回官网
link: http://localhost:3000
link: http://mdr.aymao.com

features:
- title: 内容全面
Expand Down

0 comments on commit 0dcb8f8

Please sign in to comment.