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 @@
}
.file-stats {
.new-file{
i{
.new-file {
a {
color: #090;
}
i {
color: #1BCF00;
}
}
.renamed-file{
i{
.renamed-file {
i {
color: #FE9300;
}
}
.deleted-file{
i{
color: #FF0000;
.deleted-file {
a {
color: #B00;
}
i {
color: #EE0000;
}
}
.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