Skip to content

Commit

Permalink
update Theme
Browse files Browse the repository at this point in the history
  • Loading branch information
buduan committed Oct 28, 2024
1 parent e356eec commit 8d1ede3
Show file tree
Hide file tree
Showing 22 changed files with 11 additions and 334 deletions.
269 changes: 0 additions & 269 deletions docs/.vitepress/cache/deps/@theme_index.js

This file was deleted.

7 changes: 0 additions & 7 deletions docs/.vitepress/cache/deps/@theme_index.js.map

This file was deleted.

58 changes: 0 additions & 58 deletions docs/.vitepress/cache/deps/_metadata.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
:root{
--vp-c-brand-1: var(--vp-c-yellow-1);
--vp-c-brand-2: var(--vp-c-yellow-2);
--vp-c-brand-3: var(--vp-c-yellow-3);
--vp-c-brand-soft: var(--vp-c-yellow-soft);
}
5 changes: 5 additions & 0 deletions docs/.vitepress/theme/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// .vitepress/theme/index.js
import DefaultTheme from 'vitepress/theme'
import './custom.css'

export default DefaultTheme

0 comments on commit 8d1ede3

Please sign in to comment.