Skip to content

Commit

Permalink
feat: color
Browse files Browse the repository at this point in the history
  • Loading branch information
camera-2018 committed Apr 15, 2023
1 parent bb8678a commit a2c8bd8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
22 changes: 12 additions & 10 deletions .vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
* -------------------------------------------------------------------------- */

:root {
--vp-c-brand: #646cff;
--vp-c-brand-light: #747bff;
--vp-c-brand-lighter: #9499ff;
--vp-c-brand-lightest: #bcc0ff;
--vp-c-brand-dark: #535bf2;
--vp-c-brand-darker: #454ce1;
--vp-c-brand: #0dadc4;
--vp-c-brand-light: #1A9CED;
--vp-c-brand-lighter: #1CA8FF;
--vp-c-brand-lightest: #5EB2E6;
--vp-c-brand-dark: #0B52BF;
--vp-c-brand-darker: #015F8F;
--vp-c-brand-dimm: rgba(100, 108, 255, 0.08);
}

Expand Down Expand Up @@ -47,14 +47,16 @@
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(
120deg,
#bd34fe 30%,
#41d1ff
#08BAB6,
#1994E1,
#0B52BF
);

--vp-home-hero-image-background-image: linear-gradient(
-45deg,
#bd34fe 50%,
#47caff 50%
#08BAB6 50%,
#1994E1 50%,
#0B52BF 50%
);
--vp-home-hero-image-filter: blur(40px);
}
Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ hero:
text: HDU计算机科学讲义
# tagline: My great project tagline
image:
src: https://picxyxsw.oss-cn-hangzhou.aliyuncs.com/kita.gif
alt: 暂时的占位图
src: hdu-cs-wiki.svg
alt: HDU-CS-WIKI
actions:
- theme: brand
text: 开始
Expand Down

0 comments on commit a2c8bd8

Please sign in to comment.