summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2020-03-12 16:28:15 +1100
committerChris Johns <chrisj@rtems.org>2020-03-13 08:18:36 +1100
commit5bd9f4dff4fe0453970891afbff856ba0a4dd260 (patch)
tree5d74f659ceea83d6a221c8a5aa88e13babe3eaab /common
parentuser: Update Quick Start Guide (diff)
downloadrtems-docs-5bd9f4dff4fe0453970891afbff856ba0a4dd260.tar.bz2
sphinx: Add a custom highlight colour
Update #2998
Diffstat (limited to 'common')
-rw-r--r--common/_static/my-styles.css5
1 files changed, 5 insertions, 0 deletions
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.
*/