summaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/index.md b/docs/index.md
index df4fea5..46f28da 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -43,6 +43,7 @@ import Showcases from './showcases/Showcases.vue'
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, var(--vp-c-purple-3), var(--vp-c-brand-3));
--vp-home-hero-image-background-image: linear-gradient(-45deg, var(--vp-c-purple-3), var(--vp-c-brand-3));
+ --vp-home-hero-image-filter: blur(44px);
}
:root {
@@ -76,13 +77,13 @@ import Showcases from './showcases/Showcases.vue'
@media (min-width: 640px) {
:root {
- --vp-home-hero-image-filter: blur(46px);
+ --vp-home-hero-image-filter: blur(56px);
}
}
@media (min-width: 960px) {
:root {
- --vp-home-hero-image-filter: blur(58px);
+ --vp-home-hero-image-filter: blur(68px);
}
}
</style>