[RFC PATCH v2 35/35] WIP: 3.x css theming for missing xref

John Snow posted 35 patches 1 month, 2 weeks ago
[RFC PATCH v2 35/35] WIP: 3.x css theming for missing xref
Posted by John Snow 1 month, 2 weeks ago
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