From 7f472365ac8bd8b5afb183ee24acd9d6aea4150a Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 24 Jan 2024 13:36:08 +0800 Subject: [PATCH] :lipstick: fix https://github.com/siyuan-note/siyuan/issues/10240 --- 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 9f1d2e593..0b728e8ad 100644 --- a/app/appearance/themes/daylight/theme.css +++ b/app/appearance/themes/daylight/theme.css @@ -179,6 +179,6 @@ mix-blend-mode: multiply; } -.b3-typography div.hljs, .protyle-wysiwyg div.hljs { +.b3-typography .hljs, .protyle-wysiwyg .hljs { background-color: #f8f9fa; }