From: Peter Krempa <[email protected]> Use the same heading color as we do for '.. warning::'.
Signed-off-by: Peter Krempa <[email protected]> --- docs/css/generic.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/css/generic.css b/docs/css/generic.css index 87cd94d9f4..121f8bec65 100644 --- a/docs/css/generic.css +++ b/docs/css/generic.css @@ -111,6 +111,7 @@ aside.admonition { background: #6cb5ac; } +.important .admonition-title, .warning .admonition-title { margin: 0; padding: 0.5em 1em 0.5em 1em; -- 2.55.0
