Skip to content

Commit

Permalink
Fix dataTable pagination links color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
juba committed Aug 19, 2021
1 parent 4b28196 commit 5c3a43c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inst/templates/downcute/downcute.css
Original file line number Diff line number Diff line change
Expand Up @@ -1095,6 +1095,9 @@ button.code-folding-btn {
margin-top: 3em;
}

.page-content .dataTables_wrapper .dataTables_paginate .paginate_button {
color: var(--text-color) !important;
}

.page-content .pagedtable-index-current {
font-weight: bold;
Expand Down

0 comments on commit 5c3a43c

Please sign in to comment.