mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 14:16:28 +03:00
Three polish items on the Why Impeccable section: - Move the "04 / Why Impeccable" section header into the left column next to the tab list. The right-side panel now aligns vertically with the heading instead of sitting offset below it. - Replace the outer border-top + per-tab border-bottom with an adjacent-sibling combinator (li + li). No more hairline above the first tab or below the last one. - Rework the active-state progress bar. Previously the is-active border-left-color was fully magenta, which hid the countdown animation underneath it. Now the active state is driven entirely by a 2px progress column that either sits full-height (paused or user-selected) or fills from top to bottom over the cycle window on a gentle ease curve. The countdown is actually visible now.