Shrink code font size a little

This commit is contained in:
Griatch 2020-06-16 22:47:00 +02:00
parent 096099e544
commit 96cf48fbf8

View file

@ -287,7 +287,7 @@ code {
background-color: #ecf0f3;
color: #6e0e0e;
/* padding: 1px 2px; */
font-size: 1.1em;
font-size: 0.8em;
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
font-weight: bold;
}