Skip to content

Commit 5c8f243

Browse files
committed
feat(unity-bootstrap-theme): improve accessibility by increasing text contrast (WCAG AAA compliance)
Increase text contrast to meet WCAG AAA (changed #747474 → #484848) UDS-2040
1 parent ebd1e90 commit 5c8f243

File tree

1 file changed

+1
-1
lines changed
  • packages/unity-bootstrap-theme/src/scss/extends

1 file changed

+1
-1
lines changed

packages/unity-bootstrap-theme/src/scss/extends/_video.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
align-items: center;
99

1010
figcaption {
11-
color: $uds-color-base-gray-5;
11+
color: $uds-color-base-gray-6;
1212
font-size: $uds-size-font-tiny;
1313
margin: $uds-size-spacing-1 $uds-size-spacing-2 $uds-size-spacing-2
1414
$uds-size-spacing-2;

0 commit comments

Comments
 (0)