Skip to content

Commit

Permalink
Update CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
kabilar committed May 26, 2023
1 parent af81ef9 commit 15e9ddb
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions docs/src/.overrides/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,21 @@ html a[title="YouTube"].md-social__link svg {
/* --md-footer-fg-color: var(--dj-white); */
}

[data-md-color-scheme="slate"] td,
th {
color: var(--dj-black)
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);
color: var(--dj-black);
}

0 comments on commit 15e9ddb

Please sign in to comment.