3 violations: Light: 1 Dark: 1 HC Dark: 1
Ensure the contrast between foreground and background colors meets WCAG 2 AAA enhanced contrast ratio thresholds. Elements must meet enhanced color contrast ratio thresholds. Help URL
<a href="#" class="s-link s-link__muted py8 px12 bar-pill bg-black-225 fc-black-500" data-action="click->
.bg-black-225
Fix any of the following:
Ensure links are distinguished from surrounding text in a way that does not rely on color. Links must be distinguishable without relying on color. Help URL
<a href="/email/templates/short-transactional">a simple email</a>
.ff-mono:nth-child(1) > .ff-sans > a
Fix any of the following:
<a href="/email/templates/promotional">a complex promotional email</a>
a[href$="promotional"]
Fix any of the following:
Ensure links are distinguished from surrounding text in a way that does not rely on color. Links must be distinguishable without relying on color. Help URL
<a href="/email/templates/short-transactional">a simple email</a>
.ff-mono:nth-child(1) > .ff-sans > a
Fix any of the following:
<a href="/email/templates/promotional">a complex promotional email</a>
a[href$="promotional"]
Fix any of the following: