Skip to content

Commit

Permalink
fix: make table background transparent (#1546)
Browse files Browse the repository at this point in the history
* fix: make table background transparent

* fix: make table background transparent
  • Loading branch information
12rambau committed Oct 30, 2023
1 parent 62bb056 commit f1517cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pydata_sphinx_theme/assets/styles/content/_tables.scss
Expand Up @@ -43,3 +43,8 @@ td {
text-align: center;
}
}

// override bootstrap background colors
.table {
--bs-table-bg: transparent;
}

0 comments on commit f1517cd

Please sign in to comment.