code highlighting

This commit is contained in:
2020-09-26 15:08:17 +02:00
parent dcfc3eccc2
commit 46195dc3d3
2 changed files with 8 additions and 7 deletions

View File

@ -62,6 +62,7 @@ code,
pre {
font-family: menlo, inconsolata, monospace;
font-size: 0.92em;
line-height: 1.24em;
background-color: #f0f0f0;
padding: 0.2em 0.4em;
color: #464646;
@ -126,4 +127,9 @@ p {
body {
font-size: 24px;
}
code,
pre {
font-size: 0.8em;
}
}