Skip to content

Commit 7a9e4d9

Browse files
authored
fix: line highlighting in custom code block (#959) (#969)
1 parent 0257ea8 commit 7a9e4d9

File tree

1 file changed

+1
-1
lines changed
  • src/client/theme-default/styles/components

1 file changed

+1
-1
lines changed

src/client/theme-default/styles/components/vp-doc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222

223223
.vp-doc .custom-block div[class*='language-'] code {
224224
font-weight: 400;
225-
background-color: var(--vp-code-block-bg);
225+
background-color: transparent;
226226
}
227227

228228
/**

0 commit comments

Comments
 (0)