Made SyntaxHighlight more generic so /commitdiff now gets highlighting too.
[catagits/Gitalist.git] / root / static / css / site.css
index d672ba2..e06ec3d 100644 (file)
@@ -43,3 +43,13 @@ div.commit-message {
 .heads .current {
     text-decoration: underline;
 }
+
+/* /blob */
+pre.blob {
+    background-color: #333;
+    color: #ddd;
+    border-left: solid 3px #c33;
+    padding: 5px;
+    padding-left: 15px;
+    margin: 10px 15px;
+}