logoalt Hacker News

ethmarkstoday at 2:14 PM0 repliesview on HN

I'm pretty sure that's because the entire <main> of the site has an 8px Gaussian blur on it:

  .site-main[data-astro-cid-bpoqdqeq] { 
    backdrop-filter:blur(8px); 
  }
Why, exactly? The page looks visually identical when I disable that rule, but the performance skyrockets. I realize that it's probably vibecoded, but come on.