aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorHiltjo Posthuma <[email protected]>2015-12-07 19:46:07 +0100
committerHiltjo Posthuma <[email protected]>2015-12-07 19:46:07 +0100
commit673122b0d53c12a35b744d3891bc1b22cf398a1f (patch)
treec31e77d4858393674afe0b7ed73a12103694adf0 /style.css
parenta20e271f931b37091f26bf1fff5f48060cda519c (diff)
downloadstagit-673122b0d53c12a35b744d3891bc1b22cf398a1f.tar.gz
stagit-673122b0d53c12a35b744d3891bc1b22cf398a1f.zip
highlight/make bold some fields
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
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;
}