about summary refs log tree commit diff stats
path: root/cgit.css
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css index 66c6d53..983eac5 100644 --- a/cgit.css +++ b/cgit.css
@@ -590,6 +590,15 @@ div#cgit span.age-months {
590div#cgit span.age-years { 590div#cgit span.age-years {
591 color: #bbb; 591 color: #bbb;
592} 592}
593
594div#cgit span.insertions {
595 color: #080;
596}
597
598div#cgit span.deletions {
599 color: #800;
600}
601
593div#cgit div.footer { 602div#cgit div.footer {
594 margin-top: 0.5em; 603 margin-top: 0.5em;
595 text-align: center; 604 text-align: center;