diff options
Diffstat (limited to '')
-rw-r--r-- | cgit.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css index 54bbfcc..65ff5c3 100644 --- a/cgit.css +++ b/cgit.css @@ -99,7 +99,7 @@ td#header a { color: #666; } -td#header a:hoved { +td#header a:hover { text-decoration: underline; } |