From 6ecf6fd96d6521b6571f326196f0d3890d90007c Mon Sep 17 00:00:00 2001 From: Vanessa Date: Thu, 11 Dec 2025 10:34:10 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/16051 --- app/appearance/themes/daylight/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/appearance/themes/daylight/theme.css b/app/appearance/themes/daylight/theme.css index 1dd2330df..530e45e14 100644 --- a/app/appearance/themes/daylight/theme.css +++ b/app/appearance/themes/daylight/theme.css @@ -189,7 +189,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(0, 0, 0, .02);