git: 651f43916f - main - no underline for HTML links, only when you hover over the link with the mouse

From: Wolfram Schneider <wosch_at_FreeBSD.org>
Date: Sun, 09 Nov 2025 20:06:45 UTC
The branch main has been updated by wosch:

URL: https://cgit.FreeBSD.org/doc/commit/?id=651f43916fd9d657fc5dbc750897a45b55dcdf32

commit 651f43916fd9d657fc5dbc750897a45b55dcdf32
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2025-11-09 20:05:34 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2025-11-09 20:05:34 +0000

    no underline for HTML links, only when you hover over the link with the mouse
---
 website/content/en/cgi/man.cgi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index ae4a369537..8b5ec2dd52 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -1432,6 +1432,8 @@ form#man > input, form#man > button { font-size: large; }
 form#man > input[name='query'] { text-align: center; }
 p#section_links, div#footer { max-width: 50em; }
 hr { margin-left: 0em; max-width: 50em; }
+a:link  { text-decoration:none; }
+a:hover { text-decoration:underline; }
 
 @media only screen and (max-height: 640px), (max-width: 760px) {
   /* hide logo color top */