diff options
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_tables.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss index 47ffde166..a6b2b2f69 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -104,6 +104,13 @@ } } +.table-striped-cols { + > tbody > td:nth-of-type(#{$table-striped-order}) { + --bs-table-accent-bg: var(--bs-table-striped-bg); + color: var(--bs-table-striped-color); + } +} + // Active table // // The `.table-active` class can be added to highlight rows or cells |
