X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/81509a228c7428abeb56ecacb45ccd8dc8fc6209..6b5b655f6d2449fe33d8f48f6e98d5e421bf3ff9:/cgit.css diff --git a/cgit.css b/cgit.css index 1dc2c11..893ebeb 100644 --- a/cgit.css +++ b/cgit.css @@ -300,6 +300,7 @@ div#cgit table.blob { border-top: solid 1px black; } +div#cgit table.blob td.hashes, div#cgit table.blob td.lines { margin: 0; padding: 0 0 0 0.5em; vertical-align: top; @@ -329,6 +330,14 @@ div#cgit table.ssdiff td.lineno a:hover { color: black; } +div#cgit table.blame tr:nth-child(even) { + background: #eee; +} + +div#cgit table.blame tr:nth-child(odd) { + background: white; +} + div#cgit table.bin-blob { margin-top: 0.5em; border: solid 1px black;