]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.css
Add support for a renamelimit option in cgitrc
[ps-cgit] / cgit.css
index 43a40a369d9ed795b8265995f9b2faa22cbee4a6..54bbfccb421faf0c35f6eb4749ccef40f9e88d06 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -212,6 +212,15 @@ table.blob td.no {
        text-align: right;
 }
 
+table.blob td.no a {
+       color: black;
+}
+
+table.blob td.no a:hover {
+       color: black;
+       text-decoration: none;
+}
+
 table.blob td.txt {
        white-space: pre;
        font-family: monospace;