Skip to content

Commit

Permalink
feat: make blur better
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Dec 29, 2024
1 parent ab9e760 commit 52b35ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions browse/extensions/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
-webkit-backdrop-filter: blur(0px);
mask-image: linear-gradient(
to bottom,
transparent,
black 80%
transparent 40%,
black 90%
);
-webkit-mask-image: linear-gradient(
to bottom,
transparent,
black 80%
transparent 40%,
black 90%
);
backdrop-filter: blur(7px);
-webkit-backdrop-filter: blur(7px);
Expand Down

0 comments on commit 52b35ed

Please sign in to comment.