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