summaryrefslogtreecommitdiffstats
path: root/common/_static/my-styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'common/_static/my-styles.css')
-rw-r--r--common/_static/my-styles.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/common/_static/my-styles.css b/common/_static/my-styles.css
index 7040e75..5b6a9d5 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.
*/
@@ -128,7 +133,6 @@ table.rtems-table.docutils td {
*/
.rst-content dl:not(.docutils) dt {
background: transparent;
- color: #11111111;
border-top: 0px;
}