Make fontsize a bit more compact, make it black (pending addition of syntax hilighting)

This commit is contained in:
2024-08-12 21:18:12 +02:00
parent 6ef9a21206
commit ee4534c23a

View File

@ -135,11 +135,14 @@ pre {
padding: 0.5em; padding: 0.5em;
overflow-x: auto; overflow-x: auto;
font-weight: bold; font-weight: bold;
font-size: 0.7em;
line-height: $base-line-height * 0.8;
border: 1px solid #DDDDDD; border: 1px solid #DDDDDD;
border-radius: 0.5em; border-radius: 0.5em;
code { code {
background-color: transparent; background-color: transparent;
color: black;
} }
} }