Signed-off-by: John Snow <jsnow@redhat.com>
---
docs/sphinx-static/theme_overrides.css | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/sphinx-static/theme_overrides.css b/docs/sphinx-static/theme_overrides.css
index 2ba98d23bbd..0cab9bd8eb9 100644
--- a/docs/sphinx-static/theme_overrides.css
+++ b/docs/sphinx-static/theme_overrides.css
@@ -306,3 +306,9 @@ dl.field-list > dd > details > summary {
color: black;
padding-left: 0.75em;
}
+
+/* missing field xrefs */
+.rst-content *:not(a) > code.xref {
+ font-weight: 400;
+ color: #333333;
+}
--
2.47.0