More styling added for table
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user