Make fontsize a bit more compact, make it black (pending addition of syntax hilighting)
This commit is contained in:
@ -135,11 +135,14 @@ pre {
|
||||
padding: 0.5em;
|
||||
overflow-x: auto;
|
||||
font-weight: bold;
|
||||
font-size: 0.7em;
|
||||
line-height: $base-line-height * 0.8;
|
||||
border: 1px solid #DDDDDD;
|
||||
border-radius: 0.5em;
|
||||
|
||||
code {
|
||||
background-color: transparent;
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user