add fade to site-header background blur
This commit is contained in:
@@ -471,6 +471,16 @@ button:visited, .button-primary:visited, .logo:visited {
|
||||
linear-gradient(180deg, var(--color-neutral-900) 15%, rgba(18,18,18,0) 100%)
|
||||
);
|
||||
backdrop-filter: blur(6px);
|
||||
-webkit-mask-image: linear-gradient(
|
||||
to top,
|
||||
rgba(18,18,18,0) 0%,
|
||||
rgba(18,18,18,1.00) 16%
|
||||
);
|
||||
mask-image: linear-gradient(
|
||||
to top,
|
||||
rgba(18,18,18,0) 0%,
|
||||
rgba(18,18,18,1.00) 16%
|
||||
);
|
||||
}
|
||||
|
||||
.menu-bar {
|
||||
|
||||
Reference in New Issue
Block a user