Skip to content

Commit

Permalink
modified style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
j0ell1 committed Oct 14, 2024
1 parent 230a87d commit c5643c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,13 @@ body {
display: block;
opacity: 1;
transform: translate(-50%, -50%) scale(1); /* Centered and scale effect */
z-index: 50;
}

/* Blur effect for body */
.blur {
filter: blur(5px); /* Adjust blur strength */
z-index: 30;
}

/* Dark overlay for better visibility */
Expand All @@ -96,7 +98,7 @@ body {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
z-index: 15; /* Overlay below the popup */
z-index: 40; /* Overlay below the popup */
}

.overlay.show {
Expand Down

0 comments on commit c5643c5

Please sign in to comment.