feat(css): extend hero-overlay effects to banner-overlay.custom-hero #7
Reference in New Issue
Block a user
Delete Branch "dev"
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
.hero-overlaypseudo-element layering (scaled bg image, radial blur softening, glass-effect overlay panel) to.banner-overlay.custom-herohero.phplayout override insidecontainer-bannerto receive the same visual treatment as the standalone hero-overlay systemTest plan
custom-heroclass displays the blur softening and glass overlay.hero-overlayusage is unaffected🤖 Generated with Claude Code
- Add scripts/minify.js using clean-css and terser - Add "Setup Node.js" and "Minify CSS and JS" steps to both .gitea and .github release workflows (runs before packaging) - Add src/media/{css,js}/*.min.{css,js} to .gitignore - Remove tracked .min files from the repo (vendor/ untouched) This eliminates noisy diffs on generated files and ensures the release ZIP always contains freshly minified assets. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>