diff options
| author | Loïc <[email protected]> | 2024-02-03 15:59:57 +0100 |
|---|---|---|
| committer | Christian Hesse <[email protected]> | 2025-11-17 21:40:57 +0100 |
| commit | 5443466128b5677bcda9fee36abc2ac83b22ba66 (patch) | |
| tree | bb6fed74f976eeaa8ce2748f5bdb7b077f6d038c | |
| parent | 1b79eecd9c5c71237ca8960319dc4d858895220d (diff) | |
css: highlight line in diff...
... specified in the URL, with a curved arrow ahead of the line number.
Signed-off-by: Loïc <[email protected]>
Signed-off-by: Christian Hesse <[email protected]>
| -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 { |
