Skip to content

Commit

Permalink
Change default theme of the docs (GH-37)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtyomVancyan authored Aug 16, 2023
2 parents 70b1239 + 7bd94f3 commit 9bbc8f6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/.vitepress/config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"serve": "vitepress serve"
},
"dependencies": {
"vitepress": "^1.0.0-alpha.75",
"vitepress": "^1.0.0-rc.4",
"vue": "^3.3.2"
}
}
11 changes: 11 additions & 0 deletions docs/public/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
:root {
--vp-c-brand: rgb(68, 183, 139);
--vp-c-brand-light: var(--vp-c-brand);
--vp-c-brand-lighter: var(--vp-c-brand);
--vp-c-brand-lightest: var(--vp-c-brand);
--vp-c-brand-dark: var(--vp-c-brand);
--vp-c-brand-darker: rgba(68, 183, 139, 0.8);

--vp-button-brand-bg: var(--vp-c-brand);
--vp-button-brand-active-bg: var(--vp-button-brand-bg);
}

0 comments on commit 9bbc8f6

Please sign in to comment.