Update table.css

This commit is contained in:
mhwikicn 2024-04-11 10:13:36 +08:00
parent f6f9c1a770
commit 5242cf3ca2

View File

@ -461,3 +461,8 @@
.nc { .nc {
background-color : #cccccc; 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; }