Skip to content

Commit

Permalink
docs: adjust indev page hero theme style
Browse files Browse the repository at this point in the history
  • Loading branch information
Ares-Chang committed Dec 30, 2023
1 parent cedbcd0 commit 940d69c
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,34 @@ features:
- title: 📤 支持上传下载
details: 基于 uni.request 内部封装,支持上传和下载方法
---

<!-- markdownlint-disable -->
<style>
:root {
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(
315deg,
#42d392 25%,
#647eff
);
--vp-home-hero-image-background-image: linear-gradient(
-45deg,
#41b88380 30%,
#35495e80
);
--vp-home-hero-image-filter: blur(30px);
}

@media (min-width: 640px) {
:root {
--vp-home-hero-image-filter: blur(56px);
}
}

@media (min-width: 960px) {
:root {
--vp-home-hero-image-filter: blur(68px);
}
}
</style>
<!-- markdownlint-disable -->

0 comments on commit 940d69c

Please sign in to comment.