diff options
Diffstat (limited to 'cgit.css')
-rw-r--r-- | cgit.css | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -590,6 +590,15 @@ div#cgit span.age-months { | |||
590 | div#cgit span.age-years { | 590 | div#cgit span.age-years { |
591 | color: #bbb; | 591 | color: #bbb; |
592 | } | 592 | } |
593 | |||
594 | div#cgit span.insertions { | ||
595 | color: #080; | ||
596 | } | ||
597 | |||
598 | div#cgit span.deletions { | ||
599 | color: #800; | ||
600 | } | ||
601 | |||
593 | div#cgit div.footer { | 602 | div#cgit div.footer { |
594 | margin-top: 0.5em; | 603 | margin-top: 0.5em; |
595 | text-align: center; | 604 | text-align: center; |