Skip to content

Commit 9470a78

Browse files
committed
docs: minor
1 parent ce02dc7 commit 9470a78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/.vitepress/sytle/vars.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
--vp-home-hero-name-color: transparent;
3131
--vp-home-hero-name-background: -webkit-linear-gradient(
3232
120deg,
33-
var(--vp-c-accent) 30%,
34-
var(--vp-c-brand)
33+
var(--vp-c-brand) 25%,
34+
var(--vp-c-accent)
3535
);
3636
--vp-home-hero-image-background-image: linear-gradient(
3737
-45deg,
38-
/* var(--vp-c-brand) 30%, */ #3ab98260 30%,
39-
/* var(--vp-c-accent) */ #f7820060
38+
/* var(--vp-c-brand) 30%, */ #3ab98260 25%,
39+
/* var(--vp-c-accent) */ #f7820090
4040
);
4141
--vp-home-hero-image-filter: blur(30px);
4242
}

0 commit comments

Comments
 (0)