[rtems-docs commit] sphinx: Add a custom highlight colour
Chris Johns
chrisj at rtems.org
Thu Mar 12 21:23:38 UTC 2020
Module: rtems-docs
Branch: master
Commit: 5bd9f4dff4fe0453970891afbff856ba0a4dd260
Changeset: http://git.rtems.org/rtems-docs/commit/?id=5bd9f4dff4fe0453970891afbff856ba0a4dd260
Author: Chris Johns <chrisj at rtems.org>
Date: Thu Mar 12 16:28:15 2020 +1100
sphinx: Add a custom highlight colour
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.
*/
More information about the vc
mailing list