monospace type tweaks
This commit is contained in:
parent
65eadd4172
commit
7fa4633c00
|
@ -495,11 +495,17 @@ pre, code {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-family: Menlo, Consolas, "Courier New", Courier, "Liberation Mono", monospace;
|
font-family: Menlo, Consolas, "Courier New", Courier, "Liberation Mono", monospace;
|
||||||
font-size: 16px;
|
font-size: 14px;
|
||||||
padding: 0 .5em;
|
padding: 0 .5em;
|
||||||
line-height: 1.8em;
|
line-height: 1.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px){
|
||||||
|
pre, code {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.highlight, p > pre, p > code {
|
.highlight, p > pre, p > code {
|
||||||
background: #333;
|
background: #333;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
Loading…
Reference in New Issue