From 5242cf3ca27759ef0c7eb58706e7e9a5ffc3eb99 Mon Sep 17 00:00:00 2001 From: mhwikicn Date: Thu, 11 Apr 2024 10:13:36 +0800 Subject: [PATCH] Update table.css --- table.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/table.css b/table.css index b658b66..72169f2 100644 --- a/table.css +++ b/table.css @@ -461,3 +461,8 @@ .nc { background-color : #cccccc; } +a { 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