Skip to content

Commit

Permalink
fix thead
Browse files Browse the repository at this point in the history
  • Loading branch information
baudelotphilippe committed Sep 24, 2024
1 parent 16d1529 commit 545172c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions izanami-frontend/src/styles/components/_table.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
.table {
color: var(--color_level2) !important;
background-color: var(--bg-color_level2) !important;

thead> * > * {
color: var(--color_level2) !important;
background-color: var(--bg-color_level2) !important;
}
th,
td {
vertical-align: middle;
}
tbody, &> :not(caption):not(thead) > * > * {
tbody, &> :not(caption)> * > * {
background-color: var(--bg-color_level3);
color: var(--color_level3) !important;
td,
Expand Down

0 comments on commit 545172c

Please sign in to comment.