2025-05-17 21:36:17 +01:00

10 lines
142 B
CSS

td a {
text-decoration: none;
}
td a:hover,
td a:focus {
text-decoration: underline;
/* Adds underline on hover/focus for clarity */
}