From 807ca6c64eb6aeec5b17030e3d771be7516d72b0 Mon Sep 17 00:00:00 2001 From: Lucas Patenaude Date: Sun, 14 Apr 2024 18:46:32 -0600 Subject: [PATCH] More styling added to league table --- .../src/resources/css/league-pages/league-table.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) {