Skip to content

Commit

Permalink
Update download.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BeatACVR authored Dec 30, 2024
1 parent 61bfae9 commit 805b9f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
font-family: Arial, sans-serif;
color: #fff;
/*background: url('./.images/nobglogo.png') no-repeat center center/cover; /* Replace with your image URL */
background-color: #2a2a3d;
background-color: #1e1e2f;
height: 100vh;
display: flex;
flex-direction: column;
Expand All @@ -28,17 +28,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 805b9f6

Please sign in to comment.