From b953a935f2ce36ae060c6efb16687b4c4555f262 Mon Sep 17 00:00:00 2001 From: camera-2018 <2907618001@qq.com> Date: Tue, 25 Apr 2023 20:37:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20notebook=20=E4=BB=A3=E7=A0=81=E8=83=8C?= =?UTF-8?q?=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/theme/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vitepress/theme/style.css b/.vitepress/theme/style.css index 6f6ae1d..964d06a 100644 --- a/.vitepress/theme/style.css +++ b/.vitepress/theme/style.css @@ -175,4 +175,8 @@ mjx-container { .dark .cm-content{ font-family: 'Noto Sans Mono', sans-serif, monospace, consolas !important; /* background-color: #161618 !important; */ +} + +.jp-RenderedHTMLCommon :not(pre) > code { + background-color: var(--vp-c-mute) !important; } \ No newline at end of file