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