Skip to content

Commit ea769d5

Browse files
committed
WIP 11
1 parent 45d5eb6 commit ea769d5

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

docs/.vitepress/theme/style/var.css

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
:root {
2-
/* hero 标题渐变色 */
2+
/* 主要字体 */
3+
--vp-font-family-base: 'MiSans VF', 'Inter', ui-sans-serif, system-ui, sans-serif,
4+
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
5+
6+
/* 主要主题色 */
7+
--vp-c-brand-1: #3482FF;
8+
9+
/* hero 标题颜色 */
310
--vp-home-hero-name-color: transparent;
4-
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #bd34fe, #41d1ff);
11+
--vp-home-hero-name-background: #3482FF;
512

6-
/*hero logo 背 景渐变色 */
7-
--vp-home-hero-image-background-image: linear-gradient(-45deg, #bd34fe 50%, #47caff 50%);
13+
/* hero logo 背景颜色 */
14+
--vp-home-hero-image-background-image: linear-gradient(#3482FF, #3482FF);
815
--vp-home-hero-image-filter: blur(40px);
916
}
1017

18+
/* 标题颜色 */
1119
.VPDoc h1 {
12-
background: -webkit-linear-gradient(10deg, #bd34fe 5%, #e43498 15%);
20+
background: #3482FF;
1321
background-clip: text;
1422
-webkit-background-clip: text;
1523
-webkit-text-fill-color: transparent;

0 commit comments

Comments
 (0)