staccato-hugo 2026-01-30
Typography slider CSS variable fix and default line height adjustment
5 files · 70+ · 3,977-

Typography slider CSS variable fix

2 files changed
  • theme-switcher.ts Sliders now write to CSS custom properties on the document root
  • theme-switcher.js Recompiled from fixed source
  • Typography control sliders (font size, line height, letter spacing) were not updating the corresponding CSS custom properties on the document root, so changes had no visual effect. Fixed by wiring slider input events to document.documentElement.style.setProperty(). Default line height changed from 1.6 to 1.23. remediate behavioral
    1 file
    • theme-switcher.ts