mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-08-18 19:47:52 +00:00
Improve appearance of code snippets
This commit is contained in:
+7
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user