diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-08-18 12:21:25 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-08-18 12:21:25 +0200 |
commit | 68b79f1f4c002957156d762e89336874e01ddb34 (patch) | |
tree | 9f3f7b041fdf1c45181b87ac03177a9b9f21ffda | |
parent | 906435492f038e95806a781908b546550a59dfa9 (diff) | |
download | cgitcss-68b79f1f4c002957156d762e89336874e01ddb34.tar.gz |
added underline
-rw-r--r-- | cgit.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ div#cgit a { } div#cgit a:hover { - text-decoration: none; + text-decoration: underline; } div#cgit table { |