Commit bab5dc5
Changed files (2)
.vitepress
theme
.vitepress/theme/custom.css
@@ -0,0 +1,3 @@
+:root {
+ --vp-home-hero-name-color: #fb9593;
+}
.vitepress/theme/index.js
@@ -0,0 +1,4 @@
+import DefaultTheme from 'vitepress/theme'
+import './custom.css'
+
+export default DefaultTheme