Updated code style to be same as Scotch.IO's

This commit is contained in:
David Sevilla Martín 2016-04-17 19:01:19 -04:00
parent 3000ec695d
commit 821bce38be

View File

@ -116,6 +116,14 @@
border-bottom: 2px dotted @body-bg;
margin: 1em 0;
}
code {
font-family: source-code-pro, Monaco, Consolas, "Courier New", monospace;
padding: 2px 6px;
background: #F2F7F9;
color: #256FC7;
font-size: 90%;
border-radius: 4px
}
pre {
border: 0;
padding: 15px;
@ -128,6 +136,13 @@
padding: 0;
background: none;
}
code {
padding: 0;
background: transparent;
color: inherit;
font-size: 100%;
border-radius: 0;
}
}
h1 {
font-size: 160%;