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;
|
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user