The previously used character is not included in the default font on
macOS.

Signed-off-by: Benjamin Linskey <[email protected]>
---
This is the simple "rightwards black arrow" character. There are quite a few
other arrow characters with broader cross-platform support that could be used
as well.

 cgit.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cgit.css b/cgit.css
index 669862c..af29ffd 100644
--- a/cgit.css
+++ b/cgit.css
@@ -332,7 +332,7 @@ div#cgit table.ssdiff td.lineno a:hover {

 div#cgit table.blob td.linenumbers a:target:before {
        color: red;
-       content: "\2BA9";
+       content: "\2B95";
 }

 div#cgit table.blame td.hashes,
--
2.55.0

Reply via email to