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.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css index 1dc2c11..836f8ae 100644 --- a/cgit.css +++ b/cgit.css
@@ -329,6 +329,14 @@ div#cgit table.ssdiff td.lineno a:hover {
329 color: black; 329 color: black;
330} 330}
331 331
332div#cgit table.blame tr:nth-child(even) {
333 background: #eee;
334}
335
336div#cgit table.blame tr:nth-child(odd) {
337 background: white;
338}
339
332div#cgit table.bin-blob { 340div#cgit table.bin-blob {
333 margin-top: 0.5em; 341 margin-top: 0.5em;
334 border: solid 1px black; 342 border: solid 1px black;