Skip to content

Commit 59eb25c

Browse files
author
Michael Troxler
committed
add custom layout files
1 parent 3f00f5e commit 59eb25c

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

docs/.vitepress/theme/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/* .vitepress/theme/custom.css */
2+
:root {
3+
--vp-c-brand-1: #009490;
4+
--vp-c-brand-2: #009490;
5+
--vp-c-brand-3: #008582;
6+
}

docs/.vitepress/theme/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import DefaultTheme from 'vitepress/theme'
2+
import './custom.css'
3+
4+
export default DefaultTheme

0 commit comments

Comments
 (0)