| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(a11y): respect prefers-reduced-motion | Fuwn | 21 hours | 1 | -0/+11 |
| | | | | | | | | Add a global reduced-motion media query that collapses animation and transition durations and disables smooth scroll. Skip Lenis init when the same preference is set so the JS-driven smooth scroll falls back to the browser default, which the spec already honours. | ||||
| * | fix(a11y): restore focus-visible ring | Fuwn | 21 hours | 1 | -1/+6 |
| | | | | | | | | Replace `a:focus { outline: none }` with `:focus { outline: none }` + `:focus-visible { outline: 2px solid var(--base0D); outline-offset: 2px }` so keyboard users see focus on every interactive element while mouse clicks stay clean. | ||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 1 | -8/+8 |
| | | |||||
| * | chore(biome): enable css formatting | Fuwn | 2026-03-01 | 1 | -1/+1 |
| | | |||||
| * | feat(List): Add media roulette | Fuwn | 2026-01-23 | 1 | -0/+9 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -7/+7 |
| | | |||||
| * | refactor(styles): move out to src | Fuwn | 2024-01-23 | 1 | -0/+23 |