qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: John Snow
Subject: [RFC PATCH v2 35/35] WIP: 3.x css theming for missing xref
Date: Thu, 12 Dec 2024 20:13:04 -0500

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]