Rami Yushuvaev
Rami Yushuvaev
To improve accessibility, there should be a visual indicator on buttons. Check the following screenshots with the accessibility tree active on dev tools. When you hover over a button, it...
This is an accessibility fix, it adds styling to respect reduced-motion. All the places with `transition` or `animation` should have `@media (prefers-reduced-motion: reduce)` that resets the `duration` and `delay` to...
### Description Use consistent headings for `rel` attributes. **Before:** **After:**