h1 auf 96px-Clamp vergrößert; Hintergrund-Textur als WebP q70 (statt JPEG q20, behebt Verpixelung)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 21:27:28 +02:00
parent 01580453d4
commit 181f52fc73
4 changed files with 3 additions and 1 deletions

View File

@@ -24,7 +24,9 @@ body {
line-height: var(--lh-body);
color: var(--clr-text);
background-color: var(--clr-bg);
/* WebP primär (deutlich sauberere Textur), JPEG-Fallback für Alt-Browser */
background-image: url('../img/background.jpg');
background-image: image-set(url('../img/background.webp') type('image/webp'));
background-size: 100% auto;
background-attachment: fixed;
}