more design changes
[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}
6cf4366a 11span.String {
f5da8e7a 12 color: green;
13}
6cf4366a 14span.Others {
f5da8e7a 15 color: red;
16}