Skip to content

Commit

Permalink
Merge pull request #5 from minimos11/patch-1
Browse files Browse the repository at this point in the history
Update style.css
  • Loading branch information
Laaouatni authored Dec 5, 2024
2 parents 3adb865 + bdb5091 commit c9a8de7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ body {
}

nav {
background: linear-gradient(rgba(0, 0, 85, 0.075), transparent, rgba(0, 0, 85, 0.192));
background: linear-gradient(rgba(0, 0, 85, 0.075), transparent, rgba(0, 0, 85, 0.192)), rgba(32, 32, 32, .50);
height: var(--nav-height);
width: var(--max-width);
position: fixed;
bottom: 0;
z-index: 1;
box-shadow: 0 0 1em rgba(0, 0, 255, 0.027);
backdrop-filter: blur(5em);
border-top: 1px solid rgba(255, 255, 255, 0.075);
}

nav #nav-container {
Expand Down Expand Up @@ -862,4 +863,4 @@ label input {
display: none;
position: absolute;
border-radius: 0.2em;
}
}

0 comments on commit c9a8de7

Please # to comment.