From 579599270565a12bf3daa54a7207f843ba993f70 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Thu, 11 Dec 2025 10:36:39 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/16051 --- app/appearance/themes/midnight/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/appearance/themes/midnight/theme.css b/app/appearance/themes/midnight/theme.css index 557e7dc51..61d0fcdcf 100644 --- a/app/appearance/themes/midnight/theme.css +++ b/app/appearance/themes/midnight/theme.css @@ -188,7 +188,7 @@ --b3-callout-tip: var(--b3-theme-success); --b3-callout-caution: var(--b3-theme-error); --b3-callout-important: var(--b3-protyle-inline-blockref-color); - --b3-callout-warning: var(--b3-protyle-inline-mark-background); + --b3-callout-warning: var(--b3-highlight-current-background); /* 表格 */ --b3-table-even-background: rgba(255, 255, 255, .03);