Skip to content

Commit 7ec65da

Browse files
WCAG AA fix for darkmode grayToWhite
1 parent ee3f555 commit 7ec65da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bases/rsptx/interactives/ptxrs-bootstrap.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
--links: #7289da;
4747
--bodyFont: var(--body-text-color, #99aab5);
4848
--tooltip: #000000;
49-
--grayToWhite: #aaa;
49+
--grayToWhite: #e1e1e1; /* AA compliant against known backgrounds */
5050
--navbar: #3d3d3d;
5151
--navbarFont: #ffffff;
5252
--navbarFontHover: #d6d6d6;

0 commit comments

Comments
 (0)