fix: mixed rgba colors for md code plugins

pull/143/head
Matias Capeletto 5 years ago
parent 1836934f7c
commit 4c9e0ee0b3

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

Loading…
Cancel
Save