diff --git a/src/app/globals.css b/src/app/globals.css index b8a6281..0a21efa 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -721,9 +721,8 @@ a { box-shadow: var(--surface-shadow), inset 0 1px 0 rgb(255 255 255 / 0.88); - backdrop-filter: blur(18px) saturate(132%); - -webkit-backdrop-filter: blur(18px) saturate(132%); - will-change: transform; + backdrop-filter: blur(10px) saturate(120%); + -webkit-backdrop-filter: blur(10px) saturate(120%); transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 280ms cubic-bezier(0.16, 1, 0.3, 1), @@ -777,9 +776,8 @@ a { box-shadow: 0 24px 66px rgb(37 75 54 / 0.13), inset 0 1px 0 rgb(255 255 255 / 0.9); - backdrop-filter: blur(12px) saturate(125%); - -webkit-backdrop-filter: blur(12px) saturate(125%); - will-change: transform; + backdrop-filter: blur(8px) saturate(118%); + -webkit-backdrop-filter: blur(8px) saturate(118%); transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 280ms cubic-bezier(0.16, 1, 0.3, 1),