Skip to content

Commit

Permalink
updated top bar background color
Browse files Browse the repository at this point in the history
  • Loading branch information
ISO53 committed Mar 3, 2024
1 parent 12c108e commit f24e575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ html {
flex-direction: row;
justify-content: right;
align-items: center;
backdrop-filter: blur(10px);
backdrop-filter: blur(5px);
transition: backdrop-filter 250ms ease, box-shadow 250ms ease;
}

.darken {
backdrop-filter: blur(10px) brightness(25%);
background-color: rgba(0, 0, 0, 0.85);
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}

Expand Down

0 comments on commit f24e575

Please sign in to comment.