feat: color

This commit is contained in:
camera-2018
2023-04-15 13:12:54 +08:00
parent bb8678aacb
commit a2c8bd8a91
2 changed files with 14 additions and 12 deletions

View File

@@ -9,12 +9,12 @@
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
:root { :root {
--vp-c-brand: #646cff; --vp-c-brand: #0dadc4;
--vp-c-brand-light: #747bff; --vp-c-brand-light: #1A9CED;
--vp-c-brand-lighter: #9499ff; --vp-c-brand-lighter: #1CA8FF;
--vp-c-brand-lightest: #bcc0ff; --vp-c-brand-lightest: #5EB2E6;
--vp-c-brand-dark: #535bf2; --vp-c-brand-dark: #0B52BF;
--vp-c-brand-darker: #454ce1; --vp-c-brand-darker: #015F8F;
--vp-c-brand-dimm: rgba(100, 108, 255, 0.08); --vp-c-brand-dimm: rgba(100, 108, 255, 0.08);
} }
@@ -47,14 +47,16 @@
--vp-home-hero-name-color: transparent; --vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient( --vp-home-hero-name-background: -webkit-linear-gradient(
120deg, 120deg,
#bd34fe 30%, #08BAB6,
#41d1ff #1994E1,
#0B52BF
); );
--vp-home-hero-image-background-image: linear-gradient( --vp-home-hero-image-background-image: linear-gradient(
-45deg, -45deg,
#bd34fe 50%, #08BAB6 50%,
#47caff 50% #1994E1 50%,
#0B52BF 50%
); );
--vp-home-hero-image-filter: blur(40px); --vp-home-hero-image-filter: blur(40px);
} }

View File

@@ -7,8 +7,8 @@ hero:
text: HDU计算机科学讲义 text: HDU计算机科学讲义
# tagline: My great project tagline # tagline: My great project tagline
image: image:
src: https://picxyxsw.oss-cn-hangzhou.aliyuncs.com/kita.gif src: hdu-cs-wiki.svg
alt: 暂时的占位图 alt: HDU-CS-WIKI
actions: actions:
- theme: brand - theme: brand
text: 开始 text: 开始