We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85a2596 + 88a1ad8 commit fd785edCopy full SHA for fd785ed
1 file changed
_shared_assets/static/custom.css
@@ -53,7 +53,9 @@ h6 {
53
.rst-versions .rst-current-version {
54
display: flex;
55
align-items: center;
56
- color: #0082c9;
+ /* Use white instead of #0082c9 — the NC blue at 3.7:1 on the dark
57
+ #272525 sidebar background fails WCAG AA (4.5:1 required). */
58
+ color: #fff;
59
}
60
.rst-versions .rst-current-version .fa-caret-down {
61
margin-left: 5px;
0 commit comments