about summary refs log tree commit diff stats
path: root/cgit.css
diff options
context:
space:
mode:
authorChristian Hesse2016-06-29 09:37:57 +0200
committerJason A. Donenfeld2016-07-05 16:14:47 +0200
commit4fb49864db51affddf37ab2a563b0eb4b33e155d (patch)
treec913982a2026dbf8b3ecca28849144f665b4b23f /cgit.css
parentAvoid ambiguities when prettifying snapshot names (diff)
downloadcgit-4fb49864db51affddf37ab2a563b0eb4b33e155d.tar.gz
cgit-4fb49864db51affddf37ab2a563b0eb4b33e155d.zip
ui-log: color line changes
Signed-off-by: Christian Hesse <mail@eworm.de>
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;