summaryrefslogtreecommitdiffstats
path: root/common/_static/my-styles.css
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-07-04 12:30:34 +1000
committerChris Johns <chrisj@rtems.org>2016-07-04 12:30:34 +1000
commitf92357f36e61ed8be5d383d125915ed322e35ac8 (patch)
tree950415ee09f8dbb6ae34c7d2f00612dd2e1bce71 /common/_static/my-styles.css
parentReorganisse the User Manual to make it easier to navigate. (diff)
downloadrtems-docs-f92357f36e61ed8be5d383d125915ed322e35ac8.tar.bz2
Make the Warning colours match the theme.
Diffstat (limited to '')
-rw-r--r--common/_static/my-styles.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/common/_static/my-styles.css b/common/_static/my-styles.css
index fd0c706..7f3348a 100644
--- a/common/_static/my-styles.css
+++ b/common/_static/my-styles.css
@@ -77,6 +77,18 @@ table.rtems-table.docutils td {
}
/*
+ * Warning
+ */
+.rst-content .warning .admonition-title {
+ background-color: #38532F;
+ color: #ef6d6d;
+}
+.admonition.warning {
+ background:#dbe5c6;
+ color: #333333;
+}
+
+/*
* Nav side-bar in RTEMS colours.
*/
.wy-nav-top, .wy-nav-top a {