diff options
author | Loïc <lagiraudiere+cgit@free.fr> | 2024-02-03 17:59:57 +0300 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-08-05 00:37:57 +0300 |
commit | f450324526bbc2b95c63012574710f45ab327456 (patch) | |
tree | bf20d98286b836e3688bd229f9682e6bf938a2c1 | |
parent | 09d24d7cd0b7e85633f2f43808b12871bb209d69 (diff) |
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>
-rw-r--r-- | cgit.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 { |