ce76046a29
- consolidate API ownership and remove dead vendor code - add Stripe billing, learning paths, and public CV hardening - add migration, recovery, security, audit, and browser gates
8 lines
365 B
Markdown
8 lines
365 B
Markdown
# themes
|
|
|
|
Themes are immutable catalog data rather than separate renderer implementations. Each theme declares
|
|
layout, colors, typography, spacing, header/photo treatment, ATS suitability, and whether Premium is
|
|
required. User overrides are stored on the variant and normalized before rendering.
|
|
|
|
Add a theme to `CvThemeCatalog`; do not add a new HTML renderer.
|