Skip to content

Commit

Permalink
Fix DT text color for dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Jul 17, 2024
1 parent c202401 commit c17a8f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions inst/pkgdown/extra.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@
margin-right: 15px;
display: inline;
}

// Patch for https://github.com/rstudio/DT/issues/1144
div.datatables {
color: inherit !important;
}

0 comments on commit c17a8f1

Please sign in to comment.