Skip to content

Commit

Permalink
fix: line highlighting in custom code block (#959) (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Jul 12, 2022
1 parent 0257ea8 commit 7a9e4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/theme-default/styles/components/vp-doc.css
Expand Up @@ -222,7 +222,7 @@

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

/**
Expand Down

0 comments on commit 7a9e4d9

Please sign in to comment.