feat(template): header background theming — opacity, position, dark inversion #171

Merged
jmiller merged 5 commits from feature/header-background-theming into dev 2026-07-18 20:13:07 +00:00

5 Commits

Author SHA1 Message Date
git-actions[bot] afea348114 chore(version): auto-bump patch 02.30.01-dev [skip ci]
Branch Cleanup / Delete merged branch (pull_request) Has been cancelled
RC Revert / Rename rc/ back to dev/ (pull_request) Has been cancelled
2026-07-18 19:37:54 +00:00
jmiller 2b84b78d55 feat(template): dark header inversion + palette parity
Universal: Auto Version Bump / Version Bump (push) Successful in 17s
- Add --header-background-filter var; dark inverts monochrome SVG (invert(1))
- Move dark header to header-background.svg, mirror light (cover/bottom/0.35)
- Mirror final light values into light.custom.css starter
- Add --color-active to light palette for full theme-file variable parity
- Changelog entries under [Unreleased]

(cherry picked from commit 15370993f6)
2026-07-18 14:37:02 -05:00
jmiller e78f843709 style(template): soften light header background (#dfdfdf, position bottom, opacity 0.35)
(cherry picked from commit 9752275387)
2026-07-18 14:37:01 -05:00
jmiller 396d5ea1ea chore: remove unused codeception.yml
Inherited Cassiopeia boilerplate — never used. No tests/ dir, no Composer dep, never run in CI.

(cherry picked from commit 61489a0942)
2026-07-18 14:37:00 -05:00
jmiller 7430dba7e2 feat(template): add header background opacity + position theming
- Add --header-background-position and --header-background-opacity CSS vars to light/dark standard + custom palettes
- Light: switch header image to header-background.svg, size cover, position center
- Move header background image onto .container-header::before pseudo-element so --header-background-opacity fades only the image, not header content
- Wire up previously-unconsumed --header-background-attachment/-position in template.css
- Add header-background.svg branding asset
- Remove stale source/.build-trigger

(cherry picked from commit 7ebc5f6246)
2026-07-18 14:37:00 -05:00