More styling added for table

This commit is contained in:
Lucas Patenaude
2024-04-14 17:30:20 -06:00
parent 2491c97a78
commit e4b44e05e3
5 changed files with 35 additions and 2 deletions

View File

@@ -41,6 +41,11 @@
background-color: #ffffff; /* White for even rows */
}
#points-column {
font-weight: bolder;
}
/* Add hover effect to table rows */
#standings-table tbody tr:hover {
border: 1px solid lightgray;