Skip to content

Commit

Permalink
chore(demo): ThumbnailCard with blur effect should have semi-tran…
Browse files Browse the repository at this point in the history
…sparent white overlay (#9893)
  • Loading branch information
nsbarsukov authored Dec 3, 2024
1 parent ab7dfde commit aad7484
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
background: url('/assets/images/avatar.jpg') no-repeat center/cover;

&::before {
background-color: rgba(255, 255, 255, 0.2);
backdrop-filter: blur(0.25rem);
}
}
Expand Down

0 comments on commit aad7484

Please sign in to comment.