From f92357f36e61ed8be5d383d125915ed322e35ac8 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 4 Jul 2016 12:30:34 +1000 Subject: Make the Warning colours match the theme. --- common/_static/my-styles.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'common/_static/my-styles.css') 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 @@ -76,6 +76,18 @@ table.rtems-table.docutils td { color: #333333; } +/* + * Warning + */ +.rst-content .warning .admonition-title { + background-color: #38532F; + color: #ef6d6d; +} +.admonition.warning { + background:#dbe5c6; + color: #333333; +} + /* * Nav side-bar in RTEMS colours. */ -- cgit v1.2.3