Styling System
The styling model is split into:
assets/css/core.cssshared baseline tokens and reset.assets/css/themes/resume.cssresume-focused theme.assets/css/themes/site.cssarchive/site-focused theme.
Layout-to-Theme Mapping
_layouts/resume.htmlloadscore.css+themes/resume.css_layouts/minimal.htmlloadscore.css+themes/site.css
Compatibility Paths
Wrapper files exist for compatibility with legacy references:
assets/css/resume.cssassets/css/site.css
These wrappers import the new core + themed files.
Design Intent
- Resume pages remain visually stable and conservative.
- Non-resume pages can evolve navigation and component styling without destabilizing resume output.