diff options
| author | Christian Hesse <mail@eworm.de> | 2016-06-29 09:37:57 +0200 | 
|---|---|---|
| committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-07-05 16:14:47 +0200 | 
| commit | 4fb49864db51affddf37ab2a563b0eb4b33e155d (patch) | |
| tree | c913982a2026dbf8b3ecca28849144f665b4b23f /cgit.c | |
| parent | Avoid ambiguities when prettifying snapshot names (diff) | |
| download | cgit-4fb49864db51affddf37ab2a563b0eb4b33e155d.tar.gz cgit-4fb49864db51affddf37ab2a563b0eb4b33e155d.tar.bz2 cgit-4fb49864db51affddf37ab2a563b0eb4b33e155d.zip | |
ui-log: color line changes
Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to '')
| -rw-r--r-- | cgit.css | 9 | 
1 files changed, 9 insertions, 0 deletions
| @@ -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; | 
