Bootstrap 5: Fix table striping background colour

This commit is contained in:
Andy Allan 2022-07-20 18:49:10 +01:00
parent 13e44f031c
commit 2b97658786
2 changed files with 2 additions and 7 deletions

View file

@ -23,4 +23,6 @@ $link-hover-color: #24d;
$link-decoration: none;
$link-hover-decoration: underline;
$table-striped-bg: $offwhite;
$enable-negative-margins: true;