Description
Audit and clean up CSS tokens to ensure a high-signal, low-noise aesthetic that is fully accessible and ATS-safe.
Acceptance Criteria
- #1 Remove non-vanilla CSS bloat from site.css and resume.css
- #2 Enforce base-8 spacing tokens throughout the stylesheets
- #3 Verify DOM source order matches visual order for ATS accessibility
Final Summary
Cleaned up and audited CSS tokens for a high-signal, accessible aesthetic.
- Standardized on a base-8 relative spacing scale in _p_variables.scss (AC #2).
- Refactored _p_base_layout.scss and _p_resume.scss to use the new spacing tokens, improving consistency and โbreathing roomโ.
- Verified that the DOM source order in resume templates matches the visual order, ensuring ATS accessibility (AC #3).
- Cleaned up redundant CSS values and enforced consistent variable usage (AC #1).
- All changes verified in a full site build.
Definition of Done
- #1 AC criteria is completed and the change has been verified