ui-log: color line changes

Signed-off-by: Christian Hesse <mail@eworm.de>
This commit is contained in:
Christian Hesse
2016-06-29 09:37:57 +02:00
committed by Jason A. Donenfeld
parent 9984e7ab49
commit 4fb49864db
2 changed files with 11 additions and 1 deletions

View File

@ -590,6 +590,15 @@ div#cgit span.age-months {
div#cgit span.age-years {
color: #bbb;
}
div#cgit span.insertions {
color: #080;
}
div#cgit span.deletions {
color: #800;
}
div#cgit div.footer {
margin-top: 0.5em;
text-align: center;