Skip to content

Commit b50d2a7

Browse files
committed
testing colors
1 parent 869dd43 commit b50d2a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ table {
1515
}
1616

1717
thead th {
18-
background-color: var(--tubaf-blue-dark);
18+
background-color: var(--tubaf-blue-dark) !important;
1919
color: white;
2020
padding: 12px;
2121
text-align: left;
22-
border-bottom: 3px solid var(--tubaf-blue-uni);
22+
border-bottom: 3px solid var(--tubaf-blue-uni) !important;
2323
}
2424

2525
/* Row grouping logic (Every 2 rows) */
2626
tbody tr:nth-child(4n+1),
2727
tbody tr:nth-child(4n+2) {
28-
background-color: var(--tubaf-grey-light);
28+
background-color: var(--tubaf-grey-light) !important;
2929
}
3030

3131
/* The vertical "Join" indicator */

0 commit comments

Comments
 (0)