mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 18:16:44 +08:00
Make the Warning colours match the theme.
This commit is contained in:
parent
86518bd3dd
commit
f92357f36e
@ -76,6 +76,18 @@ table.rtems-table.docutils td {
|
|||||||
color: #333333;
|
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.
|
* Nav side-bar in RTEMS colours.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user