Skip to content

Commit

Permalink
Fix: Bootstrap 5 header colour now uses BS5 CSS variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJard committed Mar 28, 2024
1 parent b1e2e0c commit 43a4a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/dataTables.bootstrap5.scss
Expand Up @@ -24,7 +24,7 @@ table.table.dataTable {
}

> :not(caption) > * > * {
background-color: transparent;
background-color: var(--bs-table-bg);
}

@include row-stripes('.table-striped', '.table-hover', 0.05, 0.075, ':nth-of-type(2n+1)');
Expand Down

0 comments on commit 43a4a35

Please sign in to comment.