Offline bg: no-repeat + cover to eliminate SVG tiling seam. Bump 03.09.23
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
background-image: var(--header-background-image, none);
|
||||
background-position: var(--header-background-position, center);
|
||||
background-attachment: var(--header-background-attachment, fixed);
|
||||
background-repeat: var(--header-background-repeat, repeat);
|
||||
background-size: var(--header-background-size, auto);
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
/* === Centered Card Overlay === */
|
||||
|
||||
Reference in New Issue
Block a user