Skip to content
Snippets Groups Projects
Commit f64717f1 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

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

parent 67b78fa7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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{
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment