1 violations: 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
<strong>Child container</strong>
.pt12 > strong
Fix any of the following:
<div class="mt12 px12 pb12">
<strong>box-sizing: content-box;</strong><br>
width: 100%;<br>
padding: 0;<br>
border-width: 0;
</div>
.pb12
Fix any of the following:
<strong>box-sizing: content-box;</strong>
.pb12 > strong
Fix any of the following:
<strong>Child container</strong>
.box-content > .mt0 > strong
Fix any of the following:
<div class="mt12">
<strong>box-sizing: content-box;</strong><br>
width: 100%;<br>
padding: 12px;<br>
border-width: 1px;
</div>
.box-content > .mt12
Fix any of the following:
<strong>box-sizing: content-box;</strong>
.box-content > .mt12 > strong
Fix any of the following:
<strong>Child container</strong>
.box-border > .mt0 > strong
Fix any of the following:
<div class="mt12">
<strong>box-sizing: border-box;</strong><br>
width: 100%;<br>
padding: 12px;<br>
border-width: 1px;
</div>
.box-border > .mt12
Fix any of the following:
<strong>box-sizing: border-box;</strong>
.box-border > .mt12 > strong
Fix any of the following: