Skip to content

Commit b119346

Browse files
trallarddrammock
andauthored
BUG - Ensure lists markers colours are visible (#1711)
* Set table colour to match text * fix lint --------- Co-authored-by: Daniel McCloy <[email protected]>
1 parent c1a4a65 commit b119346

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/pydata_sphinx_theme/assets/styles/content/_tables.scss

+5-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ td {
4444
}
4545
}
4646

47-
// override bootstrap background colors
47+
// override bootstrap table colors
4848
.table {
49-
--bs-table-bg: transparent;
49+
--bs-table-bg: transparent; //background
50+
--bs-table-color: var(
51+
--pst-color-text-base
52+
); // ensure text and bullets are visible
5053
}

0 commit comments

Comments
 (0)