feat(template): header background theming — opacity, position, dark inversion #171
Reference in New Issue
Block a user
Delete Branch "feature/header-background-theming"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Self-contained header background theming for MokoOnyx, cherry-picked onto
devcleanly (no cascade conflicts).Header background theming
--header-background-position,--header-background-opacity,--header-background-filter(plus previously-unconsumed--header-background-attachment/-positionnow wired up intemplate.css)..container-header::beforepseudo-element so--header-background-opacityfades only the artwork, not the logo/menu.header-background.svg,cover,position: bottom,#dfdfdfbackdrop,0.35opacity.#1a1f2bbackdrop, andfilter: invert(1)to inverse the monochrome SVG (mirrors light, inverted).header-background.svgbranding asset.Palette parity
--color-activeto the light palette.Cleanup
codeception.yml(inherited Cassiopeia boilerplate, never used).source/.build-trigger.Notes
sync_custom_vars.phpneeds no change: it is variable-agnostic and propagates the new vars to deployed custom palettes automatically.[Unreleased].