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