✔️ Focus area is more than a 1px border: the blur is 2px, but it
actually spreads a bit more than that.
❌ The darkest part of the shadow is 1px wide and is rgba(255, 0, 0,
0.5), which is #aabff6. That's only 1.82 with white, so it doesn't
make the contrast requirements.
✔️ Focus indicator has contrast of more than 3:1.
Focus style: background-color: blue;
✔️ Focus area is more than a 1px border: it's the whole element.
✔️ The change from lightgrey background to blue background has a
contrast of 5.73. (But will fail text on backgroud color contrast! So
the text should change to white on focus to fix this)
✔️ Focus indicator is blue, so it has contrast of 8.59 with the
background.
Focus style: text-decoration: none (remove underline) and
outline: none