From 1ba9823838787392a5a51c2bd1ebb5cc24af51e9 Mon Sep 17 00:00:00 2001 From: mhwikicn Date: Thu, 11 Apr 2024 20:03:50 +0800 Subject: [PATCH] Update table.css --- table.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/table.css b/table.css index 72169f2..e2d16ab 100644 --- a/table.css +++ b/table.css @@ -461,8 +461,8 @@ .nc { background-color : #cccccc; } -a { color:#0000EE; } +a { text-decoration: none; color:#0000EE; } a:visited { text-decoration: none; } -a:hover { text-decoration: none; color:#EE0000} -a:focus { text-decoration: none; color:#EE00EE} -a:hover, a:active { text-decoration: none; } \ No newline at end of file +a:hover { text-decoration: underline; color:#EE0000} +a:focus { text-decoration: underline; color:#EE00EE} +a:hover, a:active { text-decoration: underline; } \ No newline at end of file