We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd785ed + 2a86221 commit 9a49019Copy full SHA for 9a49019
1 file changed
_shared_assets/static/custom.css
@@ -17,6 +17,14 @@ h6 {
17
background-color: #0082c9;
18
}
19
20
+/* Content links — RTD default #2980b9 gives ~4.3:1 against white,
21
+ below the 4.5:1 required by WCAG AA / BITV 9.1.4.1 and 9.1.4.3.
22
+ #2474a4 yields ~5.1:1 while keeping the same blue visual style. */
23
+.rst-content a,
24
+.rst-content a:visited {
25
+ color: #2474a4;
26
+}
27
+
28
/* Reduce size of logo in top left */
29
.wy-side-nav-search > a img.logo {
30
max-width: 180px;
0 commit comments