Made SyntaxHighlight more generic so /commitdiff now gets highlighting too.
[catagits/Gitalist.git] / root / static / css / syntax / Diff.css
1 span.Keyword {
2   color: #777;
3   font-weight: bold;
4 }
5 span.DataType {
6   color: purple;
7 }
8 span.Normal {
9   color: gray;
10 }
11 span.Others {
12   color: green;
13 }
14 span.String {
15   color: red;
16 }