aboutsummaryrefslogtreecommitdiff
path: root/src/styles/colours.css
Commit message (Collapse)AuthorAgeFilesLines
* perf(transitions): narrow the universal * selectorFuwn25 hours1-1/+13
| | | | | | | | | Replace the * { transition: color/bg/border/shadow } rule with a :where() list of the surfaces that actually receive state changes (anchors, buttons, form controls, cards, details/summary, role=button, role=menuitem, role=option). Every element no longer pays the transition (especially box-shadow, the costly one) on theme switch or parent re-paint.
* refactor(motion): introduce easing/duration tokensFuwn8 days1-4/+4
| | | | Add --ease-out-quart, --ease-in-out-quart, --duration-fast, --duration-slow in motion.css and migrate the global anchor, header, and theme-switch transitions to use them. Establishes a shared motion vocabulary for future polish.
* chore(biome): drop formatter style overridesFuwn2026-03-011-43/+43
|
* format: Apply Prettier formattingFuwn2026-01-221-2/+5
|
* format: Apply Prettier formattingFuwn2025-12-151-5/+2
|
* style: Reformat using latest formattingFuwn2025-06-111-2/+5
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-40/+40
|
* feat(css): global colour transitionFuwn2024-03-171-0/+5
|
* refactor(styles): move out to srcFuwn2024-01-231-0/+43