Skip to content

Commit

Permalink
Fix background
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolankicks committed Oct 27, 2024
1 parent 73324f1 commit 5bba73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Background.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<style lang="postcss">
.effect {
@apply fixed h-screen w-screen -z-10;
@apply fixed top-0 left-0 w-full h-full -z-10;
filter: contrast(150%) blur(1px);
background: linear-gradient(0deg, rgba(255, 101, 0, 0.36), transparent 100%),
linear-gradient(0deg, rgba(30, 62, 98, 0.75), transparent 400%), url('/noise.svg');
Expand Down

0 comments on commit 5bba73e

Please sign in to comment.