Skip to content

Commit 5926bb8

Browse files
authored
style(theme): apply PipePipe brand colors (#8)
1 parent ab70c0a commit 5926bb8

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

docs/.vitepress/theme/index.ts

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 "./style.css";
3+
4+
export default DefaultTheme;

docs/.vitepress/theme/style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
:root {
2+
--vp-c-brand-1: #c83270;
3+
--vp-c-brand-2: #de4587;
4+
--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

Comments
 (0)