aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/cgit.css b/cgit.css
index d467c66..71b0b9b 100644
--- a/cgit.css
+++ b/cgit.css
@@ -291,13 +291,15 @@ div#cgit table.blob pre {
291 padding: 0; margin: 0; 291 padding: 0; margin: 0;
292} 292}
293 293
294div#cgit table.blob a.no, div#cgit table.ssdiff a.no { 294div#cgit table.blob td.linenumbers a,
295div#cgit table.ssdiff td.lineno a {
295 color: gray; 296 color: gray;
296 text-align: right; 297 text-align: right;
297 text-decoration: none; 298 text-decoration: none;
298} 299}
299 300
300div#cgit table.blob a.no a:hover { 301div#cgit table.blob td.linenumbers a:hover,
302div#cgit table.ssdiff td.lineno a:hover {
301 color: black; 303 color: black;
302} 304}
303 305