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

@ -1447,13 +1447,6 @@ dl.dl-inline {
}
}
/* Customise the background colour of striped tables */
.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
background-color: $offwhite;
}
/* Rules for OpenID logo */
.openid_logo {

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;