From 68b79f1f4c002957156d762e89336874e01ddb34 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 18 Aug 2020 12:21:25 +0200 Subject: added underline --- cgit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgit.css b/cgit.css index d8ca8fa..f3aa43f 100644 --- a/cgit.css +++ b/cgit.css @@ -71,7 +71,7 @@ div#cgit a { } div#cgit a:hover { - text-decoration: none; + text-decoration: underline; } div#cgit table { -- cgit v1.2.3