aboutsummaryrefslogtreecommitdiff
path: root/cgit.css
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/cgit.css b/cgit.css
index 71b0b9b..d467c66 100644
--- a/cgit.css
+++ b/cgit.css
@@ -291,15 +291,13 @@ div#cgit table.blob pre {
padding: 0; margin: 0;
}
-div#cgit table.blob td.linenumbers a,
-div#cgit table.ssdiff td.lineno a {
+div#cgit table.blob a.no, div#cgit table.ssdiff a.no {
color: gray;
text-align: right;
text-decoration: none;
}
-div#cgit table.blob td.linenumbers a:hover,
-div#cgit table.ssdiff td.lineno a:hover {
+div#cgit table.blob a.no a:hover {
color: black;
}