Skip to content

Commit

Permalink
Update theme-dark.css
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmylo committed Jul 29, 2024
1 parent 8aab080 commit a5e9180
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/theme-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,23 @@ table > thead > tr > th {
}

table {
width: 90%;
color: #fff;
}

table > tbody > tr:nth-of-type(odd) {
background-color: #060606;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
border: 1px solid #ddd;
}

hr.shaded {
background: #fff;
}
Expand Down

0 comments on commit a5e9180

Please sign in to comment.