From 1777d1e9e636bbef8c30d19871e780ef621be55f Mon Sep 17 00:00:00 2001 From: memdmp Date: Wed, 15 Jan 2025 15:43:06 +0100 Subject: fix: smol transition --- cgit.css | 1 + 1 file changed, 1 insertion(+) diff --git a/cgit.css b/cgit.css index 50ee609..c7b0919 100644 --- a/cgit.css +++ b/cgit.css @@ -481,6 +481,7 @@ div#cgit table.ssdiff td.lineno a { color: gray; text-align: right; text-decoration: none; + transition: color 0.3s; } div#cgit table.blob td.linenumbers a:hover, -- cgit v1.2.3