Skip to content

Commit f1517cd

Browse files
authored
fix: make table background transparent (#1546)
* fix: make table background transparent * fix: make table background transparent
1 parent 62bb056 commit f1517cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,8 @@ td {
4343
text-align: center;
4444
}
4545
}
46+
47+
// override bootstrap background colors
48+
.table {
49+
--bs-table-bg: transparent;
50+
}

0 commit comments

Comments
 (0)