Skip to content

Commit a7b237c

Browse files
committed
chore: Lighten lightbox overlay
1 parent a1c2320 commit a7b237c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/components/ScreenshotsCarousel.module.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,20 @@
3030
width: 100vw;
3131
height: 100vh;
3232
z-index: 99999;
33-
background: rgba(0, 0, 0, 0.85);
34-
backdrop-filter: blur(8px);
33+
background: rgba(0, 0, 0, 0.3);
34+
backdrop-filter: blur(4px);
3535
display: flex;
3636
align-items: center;
3737
justify-content: center;
38-
animation: fadeIn 0.25s;
38+
animation: fadeIn 0.2s ease-out;
3939
cursor: pointer;
4040
}
4141
@keyframes fadeIn {
4242
from {
4343
opacity: 0;
44-
background: rgba(0, 0, 0, 0);
4544
}
4645
to {
4746
opacity: 1;
48-
background: rgba(0, 0, 0, 0.85);
4947
}
5048
}
5149
.lightboxImg {

0 commit comments

Comments
 (0)