diff --git a/css/style.css b/css/style.css index cfa9ed7..5acce9f 100644 --- a/css/style.css +++ b/css/style.css @@ -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 {