Improve appearance of code snippets

This commit is contained in:
Jérôme Petazzoni
2017-11-09 19:58:35 -08:00
parent 4417771315
commit 77befc1092
+7 -1
View File
@@ -17,11 +17,17 @@ h1, h2, h3, h4, h5, h6 {
margin-top: 0.5em;
}
code.remark-code, code.remark-inline-code {
code {
font-family: 'Inconsolata';
font-size: 110%;
background-color: #ccc;
}
code.remark-code {
font-size: 100%;
}
.exercise ul li code.remark-code.hljs.bash {
padding: 0;
}
/* For print! Borrowed from https://github.com/gnab/remark/issues/50 */
@page {