28 lines
940 B
Markdown
28 lines
940 B
Markdown
Fixes #
|
|
|
|
_Replace this with a good description of your changes & reasoning._
|
|
|
|
### Accessibility
|
|
|
|
<!-- If you've changed or added any interactions, check off the appropriate items below. You can delete any that don't apply. Use this space to elaborate on anything if needed. -->
|
|
|
|
- [ ] I've tested using only a keyboard (no mouse)
|
|
- [ ] I've tested using a screen reader
|
|
- [ ] All animations respect [`prefers-reduced-motion`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion)
|
|
- [ ] All text has [at least a 4.5 color contrast with its background](https://webaim.org/resources/contrastchecker/)
|
|
|
|
### Screenshots
|
|
|
|
### Detailed test instructions:
|
|
|
|
- Ex: Open page `url`
|
|
- Click XYZ…
|
|
|
|
<!--
|
|
Please add your test instructions to `/TESTING-INSTRUCTIONS.md`.
|
|
-->
|
|
|
|
<!--- Please add a Changelog note
|
|
|
|
Enter a changelog note using the following CLI command `npm run changelogger -- add` and commit changes.
|