summary refs log tree commit diff
path: root/cgit.css
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index 43a40a3..54bbfcc 100644
--- 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;