fix(theme): adjust styles for diff indicator in code blocks (#1755)

pull/1756/head
Divyansh Singh 2 years ago committed by GitHub
parent 565ae711b9
commit a642ea2526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -348,7 +348,7 @@
.vp-doc [class*='language-'] code .diff::before {
position: absolute;
left: 1rem;
left: 10px;
}
.vp-doc [class*='language-'] .has-focused-lines .line:not(.has-focus) {

Loading…
Cancel
Save