doc: style important admonishments

This commit is contained in:
isabel 2025-06-04 17:41:29 +01:00
commit 0613730f2f
No known key found for this signature in database

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);
}