provide paddings consistently in codeblcoks with/without highlight

This commit is contained in:
Thibault Kruse
2018-05-13 11:45:19 +09:00
parent d0d5d61108
commit b1a75ea7ed

View File

@@ -36,7 +36,12 @@
/** same style for highlighted, non-highlight */
.cpp.hljs {
overflow-x: unset;
padding: unset;
}
/** override poole.css */
pre code {
/* same as hljs */
padding: 0.5em;
}
/** highlight js change colors (overrides style) */