]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
css: generic: Add support for '.. important::' RST admonition
authorPeter Krempa <pkrempa@redhat.com>
Mon, 10 Aug 2026 13:11:07 +0000 (15:11 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 11 Aug 2026 15:13:43 +0000 (17:13 +0200)
Use the same heading color as we do for '.. warning::'.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
docs/css/generic.css

index 87cd94d9f478cb3b475c0f235368f79b04644cb5..121f8bec65e3f15613215b8fc43bb99e36a8f133 100644 (file)
@@ -111,6 +111,7 @@ aside.admonition {
     background: #6cb5ac;
 }
 
+.important .admonition-title,
 .warning .admonition-title {
     margin: 0;
     padding: 0.5em 1em 0.5em 1em;