Skip to content

Commit

Permalink
Merge pull request #175 from A-Baji/main
Browse files Browse the repository at this point in the history
revert: 📝 revert docs dark mode cell text color
  • Loading branch information
kushalbakshi authored Dec 8, 2023
2 parents fe4a844 + 62172c4 commit d24f936
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions docs/src/.overrides/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,21 +92,6 @@ html a[title="YouTube"].md-social__link svg {
/* --md-footer-fg-color: var(--dj-white); */
}

table {
border-collapse: collapse;
}

tr {
border-left: 1px solid var(--dj-black);
border-right: 1px solid var(--dj-black);
}

td, th {
border-top: 1px solid var(--dj-black);
border-bottom: 1px solid var(--dj-black);
}

[data-md-color-scheme="slate"] td, th {
background-color: var(--dj-white);
[data-md-color-scheme="slate"] .jupyter-wrapper .Table Td {
color: var(--dj-black);
}

0 comments on commit d24f936

Please sign in to comment.