Skip to content

Commit

Permalink
update backdrop filter
Browse files Browse the repository at this point in the history
  • Loading branch information
wendychaung committed Apr 27, 2024
1 parent eebacb7 commit f3c307f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/documents.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const AllBox = styled.div`
height: 100%;
background: rgba(255,255,255,0.6);
backdrop-filter: blur(10px);
-webkit-backdrop-filter:blur(10px);
display: flex;
align-items: center;
justify-content: center;
Expand Down
1 change: 1 addition & 0 deletions src/components/home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const BgBox = styled.div`
display: flex;
background: rgba(255,255,255,0.2);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
padding: 50px;
border-radius: 10px;
Expand Down
1 change: 1 addition & 0 deletions src/pages/privacy.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const AllBox = styled.div`
height: 100%;
background: rgba(255,255,255,0.6);
backdrop-filter: blur(10px);
-webkit-backdrop-filter:blur(10px);
display: flex;
align-items: center;
justify-content: center;
Expand Down

0 comments on commit f3c307f

Please sign in to comment.