Skip to content

Commit

Permalink
Add table border color for dark mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
Keltena authored and mjmusante committed Aug 1, 2024
1 parent aa62bd4 commit e7ed7bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions IFComp/root/static/css/ifcomp.css
Original file line number Diff line number Diff line change
Expand Up @@ -344,3 +344,6 @@ option:checked {
border-top-color: #3d3d3d;
}

[data-theme="dark"] .table>thead>tr>th, [data-theme="dark"] .table>tbody>tr>td {
border-color: #444;
}

0 comments on commit e7ed7bc

Please sign in to comment.