docs: add vitepress docs
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
:root {
|
||||
--vp-c-brand-1: #fd7c1a;
|
||||
--vp-c-brand-2: #ff913d;
|
||||
--vp-home-hero-name-color: transparent;
|
||||
--vp-home-hero-name-background: -webkit-linear-gradient(
|
||||
120deg,
|
||||
#ff712f 30%,
|
||||
#ffb555
|
||||
);
|
||||
--vp-button-brand-bg: var(--vp-c-brand-1);
|
||||
--vp-button-brand-hover-bg: var(--vp-c-brand-2);
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
import DefaultTheme from 'vitepress/theme';
|
||||
import './custom.css';
|
||||
|
||||
export default DefaultTheme;
|
||||
Reference in New Issue
Block a user