fix: notebook 代码背景

This commit is contained in:
camera-2018
2023-04-25 20:37:13 +08:00
parent 7b438b0c45
commit b953a935f2

View File

@@ -176,3 +176,7 @@ mjx-container {
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;
}