Skip to content

Commit

Permalink
remove fallback svg gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
holyspiritomb committed Feb 23, 2025
1 parent b1343df commit 560c2c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vitepress/theme/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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; */
}
}

0 comments on commit 560c2c2

Please sign in to comment.