fix: some color in code block not working as expected (#143)

pull/144/head
Matias Capeletto 4 years ago committed by GitHub
parent 0c644fc34e
commit da09266f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -70,7 +70,7 @@ div[class*='language-'] {
}
.highlight-lines .highlighted {
background-color: rgba(0, 0, 0, 66%);
background-color: rgba(0, 0, 0, 0.66);
}
/* Line numbers mode */
@ -89,7 +89,7 @@ div[class*='language-'].line-numbers-mode {
line-height: 1.5;
font-size: var(--code-font-size);
padding: var(--code-padding-vertical) 0;
border-right: 1px solid rgba(0,0,0,50%);
border-right: 1px solid rgba(0,0,0,0.5);
z-index: 4;
}

Loading…
Cancel
Save