From 673122b0d53c12a35b744d3891bc1b22cf398a1f Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Mon, 7 Dec 2015 19:46:07 +0100 Subject: highlight/make bold some fields --- style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 5dc4a53..2481dec 100644 --- a/style.css +++ b/style.css @@ -48,6 +48,10 @@ pre { font-family: monospace; } +pre span.h { + color: blue; +} + pre span.i { color: green; } -- cgit v1.2.3