Skip to content

Commit

Permalink
add css for dark mode tables
Browse files Browse the repository at this point in the history
Signed-off-by: lsviben <[email protected]>
  • Loading branch information
lsviben committed Aug 3, 2023
1 parent 8b30f62 commit fd57a79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions themes/geekboot/assets/scss/dark-mode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,9 @@
//Search Related
--search-box-background: #3D4856;
--result-path: #e3f5ff;

//Striped table font color
.table-striped-columns > :not(caption) > tr > :nth-child(even){
color: inherit !important;
}
}

0 comments on commit fd57a79

Please sign in to comment.