Skip to content

Commit

Permalink
style(galleryCard): update background and backdrop-filter for improve…
Browse files Browse the repository at this point in the history
…d visual effect
  • Loading branch information
preschian committed Jan 9, 2025
1 parent d361025 commit 8bc64a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/gallery/GalleryCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ const largeDisplay = computed(
bottom: 0;
opacity: 1;
@apply z-[2];
background: $frosted-glass-background;
backdrop-filter: $frosted-glass-backdrop-filter;
background: rgba(12, 12, 12, 0.7);
backdrop-filter: blur(20px);
}
&:hover .card-image img {
Expand Down

0 comments on commit 8bc64a5

Please sign in to comment.