fix: remove backdrop-blur overlay causing blurry text site-wide

The full-screen glassmorphism overlay had backdrop-blur-[0.5px] which
triggered GPU compositing on the entire viewport, degrading subpixel
text rendering inconsistently. Also use globalThis.fetch (not SvelteKit
fetch) when forwarding session token in admin SSR calls to avoid header
stripping.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 13:11:54 +01:00
parent ebab3405b1
commit e06a1915f2
2 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@
<!-- Glassmorphism overlay -->
<div
class="absolute inset-0 bg-gradient-to-br from-primary/2 via-transparent to-accent/2 backdrop-blur-[0.5px]"
class="absolute inset-0 bg-gradient-to-br from-primary/2 via-transparent to-accent/2"
></div>
</div>
<!-- Header -->