From: FRIGN Date: Mon, 7 Dec 2015 23:23:58 +0000 (+0100) Subject: Add pre X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=66e007efd305fa68cc32e112fc4cd36bdd86e88b;p=forks%2Fstagit.git Add pre Actually, we still have
.
---

diff --git a/style.css b/style.css
index 6c90267..43e936c 100644
--- a/style.css
+++ b/style.css
@@ -39,3 +39,24 @@ hr {
 	border: 0;
 	border-top: 1px solid #777;
 }
+
+pre {
+	font-family: monospace;
+}
+
+pre span.h {
+	color: blue;
+}
+
+pre span.i {
+	color: green;
+}
+
+pre span.d {
+	color: red;
+}
+
+pre span a {
+	text-decoration: none;
+	color: inherit;
+}