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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user