From 0613730f2f34aa22b28fc29588cba6550412ccc5 Mon Sep 17 00:00:00 2001 From: isabel Date: Wed, 4 Jun 2025 17:41:29 +0100 Subject: [PATCH] doc: style important admonishments --- doc/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/style.css b/doc/style.css index 7549ee2e1145..96b6979474db 100644 --- a/doc/style.css +++ b/doc/style.css @@ -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); }