Skip to content

Commit f4cf0d3

Browse files
committed
Custom theme styling
1 parent a4f848a commit f4cf0d3

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
Lines changed: 6 additions & 0 deletions
Loading

.vitepress/theme/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
:root {
2+
--vp-c-brand-1: #10182b;
3+
--vp-c-brand-2: #10182b;
4+
--vp-button-brand-bg: #a5d7ba;
5+
}

.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)