From fd9dd885f419a19c996893dc2f08bd6f920841e1 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Mon, 1 Dec 2025 19:31:42 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/16051 --- app/appearance/themes/midnight/theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/appearance/themes/midnight/theme.css b/app/appearance/themes/midnight/theme.css index 362f8231f..08520fcfa 100644 --- a/app/appearance/themes/midnight/theme.css +++ b/app/appearance/themes/midnight/theme.css @@ -142,6 +142,7 @@ --b3-graph-olist-point: #b3005f; --b3-graph-listitem-point: #f65b00; --b3-graph-bq-point: #8d48e3; + --b3-graph-callout-point: var(--b3-theme-success); --b3-graph-super-point: #dd79ff; --b3-graph-doc-point: #e8eaed; --b3-graph-tag-point: #dbf32f; @@ -182,6 +183,10 @@ --b3-pdf-background7: #C885DA; --b3-pdf-dark: #212224; + /* callout */ + --b3-callout-important: var(--b3-protyle-inline-blockref-color); + --b3-callout-warning: var(--b3-protyle-inline-mark-background); + /* 表格 */ --b3-table-even-background: rgba(255, 255, 255, .03);