Skip to content

Commit

Permalink
Update list.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BeatACVR authored Dec 30, 2024
1 parent 6efd32e commit 485d8a2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions list.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
body {
font-family: Arial, sans-serif;
color: #fff;
background-color: #2a2a3d;
/*background: url('./.images/nobglogo.png') no-repeat center center/cover;*/
background-color: #1e1e2f;
height: 100vh;
display: flex;
flex-direction: column;
Expand All @@ -28,7 +27,7 @@
overflow: hidden;
}

/* Overlay to darken the image */
/* Overlay to darken the image
body::before {
content: '';
position: absolute;
Expand All @@ -38,7 +37,7 @@
height: 100%;
background: rgba(0, 0, 0, 0.6);
z-index: -1;
}
}*/

/* Navbar styles */
nav {
Expand Down

0 comments on commit 485d8a2

Please sign in to comment.