From df2b0d1e0c9ab5053e412f028d890b916cb0d5cb Mon Sep 17 00:00:00 2001 From: Vanessa Date: Mon, 30 Dec 2024 10:34:40 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/13628 --- 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 12ce4d2d4..dab583e4e 100644 --- a/app/appearance/themes/midnight/theme.css +++ b/app/appearance/themes/midnight/theme.css @@ -168,7 +168,7 @@ --b3-protyle-inline-u-color: inherit; --b3-protyle-inline-s-color: inherit; --b3-protyle-inline-link-color: #8ab4f8; - --b3-protyle-inline-mark-background: rgba(255, 208, 0, .4); + --b3-protyle-inline-mark-background: #b29100; --b3-protyle-inline-mark-color: var(--b3-theme-on-background); --b3-protyle-inline-tag-color: #9aa0a6; --b3-protyle-inline-blockref-color: #8957e5;