Update table.css

This commit is contained in:
mhwikicn 2024-04-11 20:03:50 +08:00
parent 773d24ae24
commit 1ba9823838

View File

@ -461,8 +461,8 @@
.nc { .nc {
background-color : #cccccc; background-color : #cccccc;
} }
a { color:#0000EE; } a { text-decoration: none; color:#0000EE; }
a:visited { text-decoration: none; } a:visited { text-decoration: none; }
a:hover { text-decoration: none; color:#EE0000} a:hover { text-decoration: underline; color:#EE0000}
a:focus { text-decoration: none; color:#EE00EE} a:focus { text-decoration: underline; color:#EE00EE}
a:hover, a:active { text-decoration: none; } a:hover, a:active { text-decoration: underline; }