mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-05-16 03:05:53 +00:00
10 lines
142 B
CSS
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 */
|
||
|
}
|