bitbake: sphinx: update style for important, caution and warnings

The initial theme override covers for tip and and note only.

(Bitbake rev: 99ba6fe98b9c7c4dbe70dce63c478c167c10d91a)

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Nicolas Dechesne 2020-09-14 16:47:59 +02:00 committed by Richard Purdie
parent e3b76c8fc3
commit 277e99f7c6

View File

@ -115,12 +115,21 @@ h6 {
}
/* Admonition should be gray, not blue or green */
.rst-content .note .admonition-title, .rst-content .tip .admonition-title {
.rst-content .note .admonition-title,
.rst-content .tip .admonition-title,
.rst-content .warning .admonition-title,
.rst-content .caution .admonition-title,
.rst-content .important .admonition-title {
background: #f0f0f2;
color: #00557D;
}
.rst-content .note, .rst-content .tip {
.rst-content .note,
.rst-content .tip,
.rst-content .important,
.rst-content .warning,
.rst-content .caution {
background: #f0f0f2;
}