blob: 0431ade5d8e6f6087624e17c291ab5e9a4ca4a90 (
plain) (
tree)
|
|
body {
font-family: 'Liberation Sans',sans-serif;
}
.command {
font-family: 'Liberation Mono',monospace;
font-size: 14px;
}
/* normalise size with command */
code {
font-size: 14px;
}
.userinput {
font-style: italic;
}
code.prompt {
color: green;
}
em.parameter {
font-style: normal;
}
|