Skip to content

Commit

Permalink
feat: add blur effect to background transition in globals.css
Browse files Browse the repository at this point in the history
  • Loading branch information
dada878 committed Nov 21, 2024
1 parent e01e259 commit a93e876
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/cfp/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ body {
from {
opacity: 0.1;
background-size: 100% 100%;
filter: blur(10px);
}
to {
opacity: 0.5;
background-size: 110% 110%;
filter: blur(0px);
}
}

Expand Down

0 comments on commit a93e876

Please sign in to comment.