mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Initial commit
This commit is contained in:
commit
cb002f4f27
50 changed files with 4666 additions and 0 deletions
4
docs/.vitepress/theme/index.js
Normal file
4
docs/.vitepress/theme/index.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
// .vitepress/theme/index.js
|
||||
import DefaultTheme from 'vitepress/theme'
|
||||
import './vars.css'
|
||||
export default DefaultTheme
|
||||
7
docs/.vitepress/theme/vars.css
Normal file
7
docs/.vitepress/theme/vars.css
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
:root {
|
||||
--vp-c-brand: #3086ff;
|
||||
|
||||
--vp-c-green-lighter: #02a5fd;
|
||||
--vp-c-green-dark: #2b4efd;
|
||||
--vp-c-green-darker: #5c2bfd;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue