We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5c2990 + f348678 commit 85a2596Copy full SHA for 85a2596
1 file changed
_shared_assets/static/custom.css
@@ -65,6 +65,14 @@ h6 {
65
background: rgba(0, 130, 201, 0.1)
66
}
67
68
+/* Inline code — RTD uses #e74c3c on white which gives ~3.82:1, below
69
+ the 4.5:1 required by WCAG AA / BITV 9.1.4.3. Use a darker shade. */
70
+.rst-content code,
71
+.rst-content tt,
72
+code {
73
+ color: #c0392b !important;
74
+}
75
+
76
/* Fix code within tables - remove too big margins */
77
.rst-content td {
78
div[class^="highlight"]:last-of-type,
0 commit comments