summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-08-18 12:21:25 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-08-18 12:21:25 +0200
commit68b79f1f4c002957156d762e89336874e01ddb34 (patch)
tree9f3f7b041fdf1c45181b87ac03177a9b9f21ffda
parent906435492f038e95806a781908b546550a59dfa9 (diff)
downloadcgitcss-68b79f1f4c002957156d762e89336874e01ddb34.tar.gz
added underline
-rw-r--r--cgit.css2
1 files changed, 1 insertions, 1 deletions
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 {