UNderline text decoration added to table links

This commit is contained in:
Lucas Patenaude
2024-04-14 22:16:07 -06:00
parent 43a8227e3a
commit 993aef8bd9
2 changed files with 2 additions and 1 deletions

View File

@@ -63,7 +63,7 @@
border: 1px solid lightgray;
border-radius: 10px;
#club-name {
#club-name-column {
text-decoration: underline; /* Add underline effect */
}
}

View File

@@ -16,6 +16,7 @@
#top-scorers-logo {
width: 25px;
margin: 0 15px;
cursor: pointer;
}
#player-name-column {