2 violations: Dark: 2
Ensures the contrast between foreground and background colors meets APCA custom level conformance minimums thresholds. Elements must meet APCA conformance minimums thresholds. Help URL
<div class="stacks-badge-dotnet--text d-flex flex__center brr-sm px8 py4">Razor</div>
.stacks-badge-dotnet--text
Fix all 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="#">links</a>
.w70 > p > a[href="#"]:nth-child(1)
Fix any of the following:
<a href="#">inner box</a>
.w70 > p > a[href="#"]:nth-child(2)
Fix any of the following:
<a href="#">default</a>
.w70 > p > a[href="#"]:nth-child(3)
Fix any of the following:
<a href="#">links</a>
.s-anchors__danger.s-card.s-anchors > a[href="#"]:nth-child(1)
Fix any of the following:
<a href="#">box</a>
.s-anchors__danger.s-card.s-anchors > a[href="#"]:nth-child(2)
Fix any of the following:
<a href="#">dangerous</a>
.s-anchors__danger.s-card.s-anchors > a[href="#"]:nth-child(3)
Fix any of the following: