Skip to content

Commit cfa3ea2

Browse files
WCAG AA fix for assignment nav links
1 parent 7ec65da commit cfa3ea2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

bases/rsptx/interactives/runestone/common/css/runestone-custom-sphinx-bootstrap.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,13 @@ div.assignment-nav {
8686
border-width: 1px;
8787
padding-bottom: 5px;
8888
padding-top: 5px;
89+
}
8990

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

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

0 commit comments

Comments
 (0)