css: highlight line in diff...

... specified in the URL, with a curved arrow ahead of the line number.

Signed-off-by: Loïc <lagiraudiere+cgit@free.fr>
Signed-off-by: Christian Hesse <mail@eworm.de>
This commit is contained in:
Loïc 2024-02-03 15:59:57 +01:00 committed by Christian Hesse
parent 00ecfaadea
commit aa909704a2

View File

@ -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 {