diff --git a/ProjectSourceCode/src/resources/css/league-pages/league-table.css b/ProjectSourceCode/src/resources/css/league-pages/league-table.css index 693ef42..afb4b96 100644 --- a/ProjectSourceCode/src/resources/css/league-pages/league-table.css +++ b/ProjectSourceCode/src/resources/css/league-pages/league-table.css @@ -11,6 +11,10 @@ padding: 15px; } +#table-stats-container th { + border-bottom: 3px solid red; /* Add red bottom border */ +} + #club-logo-row { width: 25px; } @@ -32,7 +36,7 @@ /* Define styles for odd and even rows */ #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) {