Skip to content

Commit

Permalink
remove dark overlay on add sound page
Browse files Browse the repository at this point in the history
  • Loading branch information
BeatACVR authored Dec 30, 2024
1 parent 39c2a3f commit 6f6ac2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addsoundhelp.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
overflow: hidden;
}

/* Overlay to darken the image */
/* Overlay to darken the image
body::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6); /* Dark overlay */
background: rgba(0, 0, 0, 0.6);
z-index: -1;
}
} */

/* Navbar styles */
nav {
Expand Down

0 comments on commit 6f6ac2d

Please sign in to comment.