aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorFRIGN <[email protected]>2015-12-08 00:23:58 +0100
committerFRIGN <[email protected]>2015-12-08 00:23:58 +0100
commit66e007efd305fa68cc32e112fc4cd36bdd86e88b (patch)
tree513f03c4747de8188a49ee024777fde3b1133fb9 /style.css
parentafcb86a55d50e83e2d9b5090db4fe5a9978fb616 (diff)
downloadstagit-66e007efd305fa68cc32e112fc4cd36bdd86e88b.tar.gz
stagit-66e007efd305fa68cc32e112fc4cd36bdd86e88b.zip
Add pre
Actually, we still have <pre>.
Diffstat (limited to 'style.css')
-rw-r--r--style.css21
1 files changed, 21 insertions, 0 deletions
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;
+}