highlight/make bold some fields

This commit is contained in:
Hiltjo Posthuma
2015-12-07 19:46:07 +01:00
parent a20e271f93
commit 673122b0d5
2 changed files with 14 additions and 8 deletions

View File

@@ -48,6 +48,10 @@ pre {
font-family: monospace;
}
pre span.h {
color: blue;
}
pre span.i {
color: green;
}