You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.0 KiB
43 lines
1.0 KiB
:root {
|
|
/* 标题渐变 */
|
|
--vp-home-hero-name-color: transparent;
|
|
--vp-home-hero-name-background: linear-gradient(
|
|
135deg,
|
|
#0099e5 0%,
|
|
#00c0fa 40%,
|
|
#00f0dc 100%
|
|
);
|
|
|
|
/* 图标背景光晕 */
|
|
/* 图标背景色:柔和蓝色 */
|
|
--vp-home-hero-image-background-image: linear-gradient(
|
|
135deg,
|
|
#bbe2fe 10%,
|
|
#76c4fd 100%
|
|
);
|
|
|
|
/* 加模糊,增强光晕效果 */
|
|
--vp-home-hero-image-filter: blur(150px);
|
|
|
|
|
|
/* brand按钮颜色 */
|
|
--vp-button-brand-border: #0099e5;
|
|
--vp-button-brand-bg: #0099e5;
|
|
|
|
--vp-button-brand-hover-border: #00bbf2;
|
|
--vp-button-brand-hover-bg: #00bbf2;
|
|
|
|
--vp-button-brand-active-border: #007acc;
|
|
--vp-button-brand-active-bg: #007acc;
|
|
|
|
/* 主题色 */
|
|
--vp-c-indigo-1: #0099e5;
|
|
--vp-c-indigo-2: #00bbf2;
|
|
--vp-c-indigo-3: #00e1fa;
|
|
|
|
/* 可选绿色强调 */
|
|
--vp-c-green-1: #6dc13b;
|
|
--vp-c-green-2: #94dd40;
|
|
--vp-c-green-soft: rgba(109, 193, 59, 0.1);
|
|
}
|
|
|
|
|