Skip to content

Commit 05fd48a

Browse files
authored
Do not apply table colors to all tables, only css=.table (#1864)
Should fix #1855.
1 parent a019f22 commit 05fd48a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
* Tables
33
*/
44

5-
// ensure table will fit in the article width and make them y-scrollable
65
table {
7-
@include table-colors;
8-
96
// default to table-center
107
margin-left: auto;
118
margin-right: auto;

0 commit comments

Comments
 (0)