Commit f64717f1 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

lets color changed files in commit. Green font color for added files, red for removed

parent 67b78fa7
...@@ -369,19 +369,25 @@ ...@@ -369,19 +369,25 @@
} }
.file-stats { .file-stats {
.new-file{ .new-file {
i{ a {
color: #090;
}
i {
color: #1BCF00; color: #1BCF00;
} }
} }
.renamed-file{ .renamed-file {
i{ i {
color: #FE9300; color: #FE9300;
} }
} }
.deleted-file{ .deleted-file {
i{ a {
color: #FF0000; color: #B00;
}
i {
color: #EE0000;
} }
} }
.edit-file{ .edit-file{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment