Skip to content

Commit

Permalink
fix: 修复一下编译后莫名其妙阴影没了的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaosuyyds committed Jan 14, 2025
1 parent a2fdd26 commit 6b2a0ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ features:
details: "没啥优点<br>你知道的,就正常一个QQBot框架基本该有的功能"
---
<style>
:root {
.VPHomeHero {
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, rgb(14,190,255) 45%, rgb(255,66,179));

Expand All @@ -39,13 +39,13 @@ features:
}

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

@media (min-width: 960px) {
:root {
.VPHomeHero {
--vp-home-hero-image-filter: blur(68px);
}
}
Expand Down

0 comments on commit 6b2a0ba

Please sign in to comment.