Skip to content

Commit

Permalink
BUG - Ensure lists markers colours are visible (#1711)
Browse files Browse the repository at this point in the history
* Set table colour to match text

* fix lint

---------

Co-authored-by: Daniel McCloy <dan@mccloy.info>
  • Loading branch information
trallard and drammock authored Feb 12, 2024
1 parent c1a4a65 commit b119346
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/pydata_sphinx_theme/assets/styles/content/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ td {
}
}

// override bootstrap background colors
// override bootstrap table colors
.table {
--bs-table-bg: transparent;
--bs-table-bg: transparent; //background
--bs-table-color: var(
--pst-color-text-base
); // ensure text and bullets are visible
}

0 comments on commit b119346

Please sign in to comment.