diff --git a/.vitepress/theme/custom.scss b/.vitepress/theme/custom.scss index 28e82ca..fc9855e 100644 --- a/.vitepress/theme/custom.scss +++ b/.vitepress/theme/custom.scss @@ -81,9 +81,9 @@ @supports (-moz-animation-delay:initial) { .VPHero.has-image.VPHomeHero > .container > .image > .image-container { - background-image: url("/blur.svg"); - background-position: center center; - background-repeat: none; + /* background-image: url("/blur.svg"); */ + /* background-position: center center; */ + /* background-repeat: none; */ /* background-size: contain; */ } }