Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bases/rsptx/interactives/ptxrs-bootstrap.less
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
--links: #7289da;
--bodyFont: var(--body-text-color, #99aab5);
--tooltip: #000000;
--grayToWhite: #aaa;
--grayToWhite: #e1e1e1; /* AA compliant against known backgrounds */
--navbar: #3d3d3d;
--navbarFont: #ffffff;
--navbarFontHover: #d6d6d6;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,13 @@ div.assignment-nav {
border-width: 1px;
padding-bottom: 5px;
padding-top: 5px;
}

div.assignment-nav a {
/* use link color from PTX if available */
color: var(--link-alt-text-color, var(--links));
/* match PTX link styling and differentiate from standard text for AA compliance */
font-weight: 700;
}

/* custom modification of basic.css for color-contrast (AA compliant) */
Expand Down