Fix inline code

This commit is contained in:
Ian Gulliver
2019-05-04 16:58:50 +00:00
parent 383f973b54
commit 13fa0ddca6
3 changed files with 11 additions and 10 deletions

View File

@@ -92,22 +92,23 @@ ul li, ol li {
}
code {
font-family: monospace, Courier;
font-size: 16px;
color: #22bb00;
}
pre code {
display: block;
white-space: pre;
font-family: monospace, Courier;
font-size: 16px;
line-height: 1.3;
color: #22bb00;
border: 1px solid grey;
overflow: scroll;
padding: 1ch;
margin: 1ch;
overflow: scroll;
line-height: 1.3;
}
@media (max-width: 500px) {