Skip to content

Commit c310c21

Browse files
committed
asa
1 parent c0b7e9c commit c310c21

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

.vitepress/theme/style.css

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,13 @@
9292

9393
:root {
9494
--vp-home-hero-name-color: transparent;
95-
--vp-home-hero-name-background: -webkit-linear-gradient(
96-
120deg,
97-
#bd34fe 30%,
98-
#41d1ff
99-
);
100-
101-
--vp-home-hero-image-background-image: linear-gradient(
102-
-45deg,
103-
#bd34fe 50%,
104-
#47caff 50%
105-
);
95+
--vp-home-hero-name-background: -webkit-linear-gradient(120deg,
96+
#bd34fe 30%,
97+
#41d1ff);
98+
99+
--vp-home-hero-image-background-image: linear-gradient(-45deg,
100+
#bd34fe 50%,
101+
#47caff 50%);
106102
--vp-home-hero-image-filter: blur(44px);
107103
}
108104

@@ -129,3 +125,6 @@
129125
--vp-custom-block-tip-code-bg: var(--vp-c-brand-soft);
130126
}
131127

128+
* {
129+
font-family: 'Noto Serif CJK SC';
130+
}

0 commit comments

Comments
 (0)