Bump version to 0.004002 and update Changes.
[catagits/Gitalist.git] / root / static / css / syntax / Diff.css
old mode 100644 (file)
new mode 100755 (executable)
index dc64a16..4979671
@@ -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;
 }