Skip to content

Commit

Permalink
Fix table > thead rule nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
liamwhite committed Jan 11, 2025
1 parent 7342d33 commit 5fc4638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/elements/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ th.center {
text-align: center;
}

table th > thead > tr,
.table th > thead > tr {
table > thead > tr,
.table > thead > tr {
background: var(--background-color);
}

Expand Down

0 comments on commit 5fc4638

Please sign in to comment.