Skip to content

Commit

Permalink
feat: frosted header backdrop
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhyll committed May 14, 2024
1 parent b84fa25 commit 5ad2be1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/overrides/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ console.log(Astro.props.entry.slug)
<style is:global>
.header {
background-color: transparent;
-webkit-backdrop-filter: blur(16px);
backdrop-filter: blur(16px);
}
site-search button {
margin: auto;
Expand Down

0 comments on commit 5ad2be1

Please sign in to comment.