We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab70c0a commit 5926bb8Copy full SHA for 5926bb8
docs/.vitepress/theme/index.ts
@@ -0,0 +1,4 @@
1
+import DefaultTheme from "vitepress/theme";
2
+import "./style.css";
3
+
4
+export default DefaultTheme;
docs/.vitepress/theme/style.css
@@ -0,0 +1,11 @@
+:root {
+ --vp-c-brand-1: #c83270;
+ --vp-c-brand-2: #de4587;
+ --vp-c-brand-3: #b12960;
5
+ --vp-home-hero-name-color: transparent;
6
+ --vp-home-hero-name-background: -webkit-linear-gradient(
7
+ 120deg,
8
+ #de4587 30%,
9
+ #c83270
10
+ );
11
+}
0 commit comments