X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/81509a228c7428abeb56ecacb45ccd8dc8fc6209..c1cd290d1f83d3d1c2d081d734e8d213f12cc06b:/cgit.css?ds=inline 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 { 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;