Stylization added to league top scorers adn table

This commit is contained in:
Lucas Patenaude
2024-04-14 18:39:00 -06:00
parent b6f4b3128c
commit df73daabd2
3 changed files with 26 additions and 7 deletions

View File

@@ -48,4 +48,8 @@
#standings-table tbody tr:hover {
border: 1px solid lightgray;
border-radius: 10px;
#club-name {
text-decoration: underline; /* Add underline effect */
}
}