Nav changes

This commit is contained in:
Michał Gdula 2022-10-04 13:00:40 +00:00
parent 7f2e01a7f1
commit fbbc953ba6
5 changed files with 15 additions and 10 deletions

View file

@ -275,7 +275,7 @@
display: flex;
background-color: $bg-alt;
backdrop-filter: blur(8px);
backdrop-filter: blur(20px);
border-radius: $rad;

View file

@ -13,6 +13,9 @@ nav {
width: calc(100% - 1.4rem);
height: auto;
background-color: $bg-alt;
backdrop-filter: blur(69px) saturate(100%) brightness(100%);
position: sticky;
z-index: 99;
top: 1rem;
@ -89,9 +92,6 @@ nav {
left: 0;
right: 0;
background-color: $bg-alt;
backdrop-filter: blur(8px);
border: none;
border-top: $border;
border-radius: 0;