Noticed 2 accessibility issues with the banner:
  1. Hyperlinks should have “text-decoration: underline” so they’re not distinguished by color alone. This applies to at least the privacy policy link on both the default and expanded banner states. It may also apply to other links not part of my configuration.
  2. Activating the high-contrast mode applies to some components but not others. This looks to be because of the ability to customize the accent color. We can of course just choose colors that sufficiently contrast, but it’d be nice for this system to behave consistently across all components so users don’t get confused accidentally, and minimize the manual work needed to make each banner contrast-compliant.
Would it be possible to address these, #1 in particular?