Files
cv-site/static/hyperscript
juanatsap cc14be4aef fix: correct toggleIcons to use .cv-paper instead of .cv-container
The CSS rules for showing/hiding icons target .cv-paper, not .cv-container.
Changed toggleIcons function to:
- Add/remove .show-icons class on .cv-paper (not .cv-container)
- This matches the CSS selectors in logo-toggle.css

Bug: Icons toggle wasn't working because class was being applied to wrong element
Fix: Apply .show-icons to .cv-paper to match CSS rules
2025-11-16 17:35:08 +00:00
..