We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869dd43 commit b50d2a7Copy full SHA for b50d2a7
1 file changed
css/styles.css
@@ -15,17 +15,17 @@ table {
15
}
16
17
thead th {
18
- background-color: var(--tubaf-blue-dark);
+ background-color: var(--tubaf-blue-dark) !important;
19
color: white;
20
padding: 12px;
21
text-align: left;
22
- border-bottom: 3px solid var(--tubaf-blue-uni);
+ border-bottom: 3px solid var(--tubaf-blue-uni) !important;
23
24
25
/* Row grouping logic (Every 2 rows) */
26
tbody tr:nth-child(4n+1),
27
tbody tr:nth-child(4n+2) {
28
- background-color: var(--tubaf-grey-light);
+ background-color: var(--tubaf-grey-light) !important;
29
30
31
/* The vertical "Join" indicator */
0 commit comments