Make the Warning colours match the theme.

This commit is contained in:
Chris Johns 2016-07-04 12:30:34 +10:00
parent 86518bd3dd
commit f92357f36e

View File

@ -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.
*/