Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrylovescheese committed Aug 26, 2023
1 parent 340c883 commit 5936f45
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,15 @@ a {

#link-list-1>li {
background-color: #e5e5e5 !important;
z-index: 4;
}

#link-list-2 {
background-color: rgba(247, 247, 247);
box-shadow: 0 0 1em 2.5em rgba(247, 247, 247);
box-shadow: 0 0 1em 1em rgba(247, 247, 247);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
-moz-backdrop-filter: blur(12px);
}
}

Expand All @@ -180,7 +184,7 @@ a {
transition-delay: 0.3s;
overflow: hidden;
word-break: keep-all;
z-index: 6;
z-index: 10;
}

.navigation-bar:focus-within {
Expand Down

0 comments on commit 5936f45

Please sign in to comment.