Skip to content

Commit

Permalink
Adjust navbar styling a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
marwie committed Aug 27, 2024
1 parent 7c6e2c0 commit c4916b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions documentation/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -232,15 +232,16 @@ td {
}

.navbar {
box-shadow: 0 0 10px #0000001a;
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
background-color: rgba(255, 255, 255, 0.7);
margin: 10px auto;
display: flex;
padding-left: 1.3rem;
width: fit-content;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 3rem;
outline: 1px solid rgba(255, 255, 255, 1);
box-shadow: 0 0 5px rgba(0, 0, 0, .05);
margin: 5px auto;
}

@media screen and (max-width: 719px) {
Expand Down

0 comments on commit c4916b3

Please sign in to comment.