League Pages style added. Top scorers table optimized and alternating color removed

This commit is contained in:
Lucas Patenaude
2024-04-14 22:51:33 -06:00
parent 4593d48df6
commit ea6d7066e0
2 changed files with 13 additions and 2 deletions

View File

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

View File

@@ -3,14 +3,21 @@
/* Add any other styling you need for the top scorers container */
}
#top-scorers-stats-container th {
border-bottom: 3px solid red; /* Add red bottom border */
}
#top-scorers-stats-container tbody tr {
margin-bottom: 10px; /* Adjust the value as needed */
padding: 3px;
}
#top-scorers-stats-container tbody tr:hover {
border: 1px solid lightgray;
#top-scorers-logo {
width: 32px;
}
#club-name-column {
text-decoration: underline;