diff --git a/docs/index.md b/docs/index.md index 3f60c11d114d..9bdd428bffa2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -33,13 +33,14 @@ features: title: Ship Fast Sites details: Fast initial load with static HTML, fast post-load navigation with client-side routing. --- + diff --git a/template/.vitepress/theme/style.css b/template/.vitepress/theme/style.css index 8fb88fcd0ae7..2a518312f211 100644 --- a/template/.vitepress/theme/style.css +++ b/template/.vitepress/theme/style.css @@ -103,7 +103,7 @@ #bd34fe 50%, #47caff 50% ); - --vp-home-hero-image-filter: blur(40px); + --vp-home-hero-image-filter: blur(44px); } @media (min-width: 640px) { @@ -114,7 +114,7 @@ @media (min-width: 960px) { :root { - --vp-home-hero-image-filter: blur(72px); + --vp-home-hero-image-filter: blur(68px); } }