We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec65da commit cfa3ea2Copy full SHA for cfa3ea2
1 file changed
bases/rsptx/interactives/runestone/common/css/runestone-custom-sphinx-bootstrap.css
@@ -86,7 +86,13 @@ div.assignment-nav {
86
border-width: 1px;
87
padding-bottom: 5px;
88
padding-top: 5px;
89
+}
90
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;
96
}
97
98
/* custom modification of basic.css for color-contrast (AA compliant) */
0 commit comments