fix: line highlighting in custom code block (#959) (#969)

pull/970/head
Divyansh Singh 3 years ago committed by GitHub
parent 0257ea88dc
commit 7a9e4d9ee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -222,7 +222,7 @@
.vp-doc .custom-block div[class*='language-'] code { .vp-doc .custom-block div[class*='language-'] code {
font-weight: 400; font-weight: 400;
background-color: var(--vp-code-block-bg); background-color: transparent;
} }
/** /**

Loading…
Cancel
Save