Skip to content

Commit bb9855c

Browse files
committed
Tweak navbar blur
1 parent a0f0cd4 commit bb9855c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/navbar/navbar.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,7 @@ function BackdropBlur() {
228228
return (
229229
<>
230230
<div
231-
// note: we can't use the background trick to reduce flickering, because we have many section
232-
// background colors and big images, so we'd have to change the --bg var with javascript
233-
className="pointer-events-none absolute inset-0 -z-10 h-[200%] backdrop-blur-[12.8px]"
231+
className="pointer-events-none absolute inset-0 -z-10 h-[200%] backdrop-blur-[6.4px]"
234232
style={{
235233
maskImage: mask,
236234
WebkitMaskImage: mask,

0 commit comments

Comments
 (0)