X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fstatic%2Fcss%2Fsyntax%2FDiff.css;h=497967180f4922b4c98b519735edce0217eb5f89;hb=HEAD;hp=dc64a1688aab9b310bd07ae9f0b16d8b2dc7d65a;hpb=f5da8e7a3489dfcc3b1dbfd5b36a8c4d917190fc;p=catagits%2FGitalist.git diff --git a/root/static/css/syntax/Diff.css b/root/static/css/syntax/Diff.css old mode 100644 new mode 100755 index dc64a16..4979671 --- a/root/static/css/syntax/Diff.css +++ b/root/static/css/syntax/Diff.css @@ -1,16 +1,21 @@ span.Keyword { - color: #777; + color: #aaa; font-weight: bold; } span.DataType { + background-color:#F3E6FF; color: purple; } span.Normal { - color: gray; -} -span.Others { - color: green; + } span.String { - color: red; + background-color:#CCF5CC; + padding:2px 0; + color: #006F00; +} +span.Others { + background-color:#F3CCCC; + padding:2px 0; + color: #750000; }