Skip to content

Commit

Permalink
fallback svg gradient is back and it's better than ever
Browse files Browse the repository at this point in the history
  • Loading branch information
holyspiritomb committed Feb 24, 2025
1 parent 560c2c2 commit 871abd0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 22 deletions.
10 changes: 6 additions & 4 deletions .vitepress/theme/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,11 @@

@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-size: contain; */
.image-bg {
background-image: url("/blurgrad.svg");
/* background-position: center center; */
/* background-repeat: none; */
/* background-size: contain; */
}
}
}
18 changes: 0 additions & 18 deletions public/blur.svg

This file was deleted.

12 changes: 12 additions & 0 deletions public/blurgrad.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 871abd0

Please sign in to comment.