Skip to content

Commit

Permalink
fix bg for striped table rows in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmusante committed Aug 21, 2023
1 parent 05be278 commit fe0dd0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions IFComp/root/static/css/ifcomp.css
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,7 @@ a.donate-link:hover {
background-color: #111;
color: #aaa;
}

[data-theme="dark"] .table-striped>tbody>tr:nth-of-type(odd) {
background-color: #333;
}

0 comments on commit fe0dd0c

Please sign in to comment.