Skip to content

Commit a4ac516

Browse files
committed
Override the default theme colors
1 parent 70b1239 commit a4ac516

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docs/.vitepress/config.js

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/public/index.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
:root {
2+
--vp-c-brand: rgb(68, 183, 139);
3+
--vp-c-brand-light: var(--vp-c-brand);
4+
--vp-c-brand-lighter: var(--vp-c-brand);
5+
--vp-c-brand-lightest: var(--vp-c-brand);
6+
--vp-c-brand-dark: var(--vp-c-brand);
7+
--vp-c-brand-darker: rgba(68, 183, 139, 0.8);
8+
9+
--vp-button-brand-bg: var(--vp-c-brand);
10+
--vp-button-brand-active-bg: var(--vp-button-brand-bg);
11+
}

0 commit comments

Comments
 (0)