Skip to content

Commit

Permalink
deactivate fallback svg gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
holyspiritomb committed Feb 25, 2025
1 parent bf20baa commit bdbd1a5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .vitepress/theme/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@
}
}

@supports (-moz-animation-delay:initial) {
.VPHero.has-image.VPHomeHero > .container > .image > .image-container {
background-image: url("/blurgrad.svg") !important;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
.image-bg {
visibility: hidden;
}
}
}
/* @supports (-moz-animation-delay:initial) { */
/* .VPHero.has-image.VPHomeHero > .container > .image > .image-container { */
/* background-image: url("/blurgrad.svg") !important; */
/* background-position: center center; */
/* background-repeat: no-repeat; */
/* background-size: cover; */
/* .image-bg { */
/* visibility: hidden; */
/* } */
/* } */
/* } */

0 comments on commit bdbd1a5

Please sign in to comment.