diff options
Diffstat (limited to 'cgit.css')
-rw-r--r-- | cgit.css | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -291,13 +291,15 @@ div#cgit table.blob pre { | |||
291 | padding: 0; margin: 0; | 291 | padding: 0; margin: 0; |
292 | } | 292 | } |
293 | 293 | ||
294 | div#cgit table.blob a.no, div#cgit table.ssdiff a.no { | 294 | div#cgit table.blob td.linenumbers a, |
295 | div#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 | ||
300 | div#cgit table.blob a.no a:hover { | 301 | div#cgit table.blob td.linenumbers a:hover, |
302 | div#cgit table.ssdiff td.lineno a:hover { | ||
301 | color: black; | 303 | color: black; |
302 | } | 304 | } |
303 | 305 | ||