More styling added to league table

This commit is contained in:
Lucas Patenaude
2024-04-14 18:46:32 -06:00
parent df73daabd2
commit 807ca6c64e

View File

@@ -11,6 +11,10 @@
padding: 15px; padding: 15px;
} }
#table-stats-container th {
border-bottom: 3px solid red; /* Add red bottom border */
}
#club-logo-row { #club-logo-row {
width: 25px; width: 25px;
} }
@@ -32,7 +36,7 @@
/* Define styles for odd and even rows */ /* Define styles for odd and even rows */
#standings-table tbody tr:nth-child(odd) { #standings-table tbody tr:nth-child(odd) {
background-color: #f7f6f6; /* Light gray for odd rows */ background-color: #f7c4c475; /* Light gray for odd rows */
} }
#standings-table tbody tr:nth-child(even) { #standings-table tbody tr:nth-child(even) {