Add a curved arrow ahead of the line number, to highlight the line specified in the URL.

Signed-off-by: Loïc <lagiraudiere+cgit@free.fr>
ch/highlight-line
Loïc 3 months ago committed by Christian Hesse
parent 00ecfaadea
commit 356fd47bbd

@ -330,6 +330,11 @@ div#cgit table.ssdiff td.lineno a:hover {
color: black;
}
div#cgit table.blob td.linenumbers a:target:before {
color: red;
content: "\2BA9";
}
div#cgit table.blame td.hashes,
div#cgit table.blame td.lines,
div#cgit table.blame td.linenumbers {

Loading…
Cancel
Save