From 31e56bf83a41be5d1faf128dde95f5cb7f70d622 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Mon, 21 Oct 2024 20:34:17 +0800 Subject: [PATCH] :lipstick: https://github.com/siyuan-note/siyuan/issues/12859 --- 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 4b335676f..2f97b9508 100644 --- a/app/appearance/themes/daylight/theme.css +++ b/app/appearance/themes/daylight/theme.css @@ -55,7 +55,7 @@ --b3-menu-background: var(--b3-theme-surface); /* 提示 */ - --b3-tooltips-background: rgba(0, 0, 0, .9); + --b3-tooltips-background: #312f35; --b3-tooltips-color: var(--b3-theme-background-light); --b3-tooltips-second-color: #7d7c7a; --b3-tooltips-shadow: 0 2px 8px rgba(0, 0, 0, .1);