diff options
fix: smol transition
-rw-r--r-- | cgit.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |