Merge pull request #2691 from invisibleroads/patch-1

Restore flat edge of rendered html code block
pull/2702/head
Grant Nestor 9 years ago committed by GitHub
commit bbd2ac6112

@ -58,15 +58,18 @@
code {
background-color: #eff0f1;
}
p code {
padding: 1px 5px;
}
pre code {background-color: @body-bg;}
pre, code {
border: 0;
color: @text-color;
font-size: 100%;
border: 0;
color: @text-color;
font-size: 100%;
}
blockquote {margin: 1em 2em;}

Loading…
Cancel
Save