Skip to content

Commit

Permalink
refactor(css header): background blur radius (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrAlpha committed Jul 25, 2021
1 parent 989bcd4 commit 57db722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/css/style/_functions/header.styl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if (hexo-config('navbar.sticky'))
@media screen and (min-width: 1080px)
.header
position sticky
backdrop-filter blur(5px)
backdrop-filter blur(20px)

@media screen and (max-width: 764px)
.navbar__menus
Expand Down

0 comments on commit 57db722

Please sign in to comment.