Clickable links added to top scorers container on league pages

This commit is contained in:
Lucas Patenaude
2024-04-14 22:36:55 -06:00
parent 993aef8bd9
commit 4593d48df6
3 changed files with 12 additions and 2 deletions

View File

@@ -7,6 +7,16 @@
margin-bottom: 10px; /* Adjust the value as needed */
}
#top-scorers-stats-container tbody tr:hover {
border: 1px solid lightgray;
#club-name-column {
text-decoration: underline;
}
}
#goals-column {
text-align: center;
font-size: 20px;