stagit

Add pre

Actually, we still have 
.

FRIGN contact@arjunchoudhary.com

commit: b6ef28a parent: cf07f57
1 files changed, 21 insertions(+), 0 deletions(-)
Mstyle.css+21-0
M · style.css +21, -0
 1@@ -39,3 +39,24 @@ hr {
 2 	border: 0;
 3 	border-top: 1px solid #777;
 4 }
 5+
 6+pre {
 7+	font-family: monospace;
 8+}
 9+
10+pre span.h {
11+	color: blue;
12+}
13+
14+pre span.i {
15+	color: green;
16+}
17+
18+pre span.d {
19+	color: red;
20+}
21+
22+pre span a {
23+	text-decoration: none;
24+	color: inherit;
25+}