Skip to content

Commit 62172c4

Browse files
committed
revert: 📝 revert table style
1 parent 140384e commit 62172c4

File tree

1 file changed

+1
-16
lines changed
  • docs/src/.overrides/assets/stylesheets

1 file changed

+1
-16
lines changed

docs/src/.overrides/assets/stylesheets/extra.css

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -92,21 +92,6 @@ html a[title="YouTube"].md-social__link svg {
9292
/* --md-footer-fg-color: var(--dj-white); */
9393
}
9494

95-
table {
96-
border-collapse: collapse;
97-
}
98-
99-
tr {
100-
border-left: 1px solid var(--dj-black);
101-
border-right: 1px solid var(--dj-black);
102-
}
103-
104-
td, th {
105-
border-top: 1px solid var(--dj-black);
106-
border-bottom: 1px solid var(--dj-black);
107-
}
108-
109-
[data-md-color-scheme="slate"] td, th {
110-
background-color: var(--dj-white);
95+
[data-md-color-scheme="slate"] .jupyter-wrapper .Table Td {
11196
color: var(--dj-black);
11297
}

0 commit comments

Comments
 (0)