Skip to content

Commit

Permalink
Update the grainy SVG gradient to use background-blend-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
LSViana committed Dec 31, 2023
1 parent c700286 commit f06b5ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/experiments/svg/WlSvgGrainyGradient.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ div {
linear-gradient(to bottom right,
rgba(blue, 70%),
rgba(green, 70%),
rgba(yellow, 70%)
rgba(#dcdc00, 70%)
),
url('/img/noise-filter.svg');
background-blend-mode: difference;
background-size: cover;
background-color: white;
}
Expand Down

1 comment on commit f06b5ed

@vercel
Copy link

@vercel vercel bot commented on f06b5ed Dec 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web-labs – ./

web-labs-git-main-lsviana.vercel.app
web-labs.vercel.app
web-labs-lsviana.vercel.app

Please sign in to comment.