diff --git a/html/views/history/history.css b/html/views/history/history.css index 0fe68d0..10b52c0 100644 --- a/html/views/history/history.css +++ b/html/views/history/history.css @@ -135,4 +135,20 @@ a.showdiff { .refs.currentBranch { font-weight: bold; -} \ No newline at end of file +} + +.addedfile { + color: green; +} + +.deletedfile { + color: red; +} + +.changedfile { + color: purple; +} + +.movedfile { + color: gray; +}