doc: style important admonishments (#413975)

This commit is contained in:
isabel
2026-05-11 08:57:06 +00:00
committed by GitHub
+3 -1
View File
@@ -325,8 +325,10 @@ div.appendix .important > :last-child {
div.book .note,
div.book .tip,
div.book .important,
div.appendix .note,
div.appendix .tip {
div.appendix .tip,
div.appendix .important {
color: var(--note-text-color);
background: var(--note-background);
}