[PATCH 2/4] sphinx: Add a custom highlight colour

chrisj at rtems.org chrisj at rtems.org
Thu Mar 12 05:38:49 UTC 2020


From: Chris Johns <chrisj at rtems.org>

Update #2998
---
 common/_static/my-styles.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/common/_static/my-styles.css b/common/_static/my-styles.css
index 7040e75..bc67c33 100644
--- a/common/_static/my-styles.css
+++ b/common/_static/my-styles.css
@@ -29,6 +29,11 @@
     color: #a87892;
 }
 
+.highlight {
+    background: rgba(250, 252, 237);
+    color: rgba(0, 0, 0);
+}
+
 /*
  * Literals.
  */
-- 
2.23.0



More information about the devel mailing list