Skip to content

Commit

Permalink
transitions :D
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaeSomnia committed Jun 6, 2023
1 parent a39cd9d commit b09d03c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib/components/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,18 @@
flex-direction: row;
background-color: transparent;
backdrop-filter: blur(8px);
border-bottom: 1px solid;
border-color: transparent;
box-sizing: border-box;
z-index: 100;
}
.header.sticking {
transition: all 0.25s ease-in-out;
background-color: var(--c-1);
border-bottom: 1px solid var(--border-color);
border-color: var(--border-color);
}
.wrapper {
Expand Down

0 comments on commit b09d03c

Please sign in to comment.