nemhugo/static/css/codeblock.css
Michael Romero 5ab83c3282 Update syntax highlighting
Update the syntax highlighting documentation, config file, and HLJS
theme.
2018-02-08 20:16:23 -08:00

9 lines
133 B
CSS

/* --- Code blocks --- */
.chroma .ln {
margin-right: 0.8em;
padding: 0 0.4em 0 0.4em;
}
pre code.hljs {
padding: 9.5px;
}