Increase font-size of code blocks.

This commit is contained in:
Michael Rose
2017-08-08 15:15:57 -04:00
parent bc53150b28
commit fb0164b0ca
4 changed files with 5 additions and 3 deletions

View File

@ -7,7 +7,7 @@ figure.highlight {
position: relative;
margin-bottom: 1em;
font-family: $monospace;
font-size: $type-size-7;
font-size: $type-size-6;
line-height: 1.8;
border: 1px solid $border-color;
border-radius: $border-radius;