]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.css
ui-blame: add blame UI
[ps-cgit] / cgit.css
index 1dc2c11c203ca654d93e801e8e881447af6b941a..836f8ae19fe405ca1d23f87fa4963a91db2b0f79 100644 (file)
--- 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;