Hi all, When I create a reference to a precise line in a file (for instance a hyperlink to "https://git.zx2c4.com/cgit/tree/cgit.css#n321" ), I miss a visual feedback, on the line I want to highlight. To implement this feature, I suggest to add a curved arrow ahead of the line number. That could be done by adding the following stylesheet to cgit.css    div#cgit table.blob td.linenumbers a:target:before {color: red;content: "\2BA9";} (patch attached) Thank you for your attention Regards Loïc