Skip to content

Commit

Permalink
feat(ui): update table styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Dec 12, 2022
1 parent 64d9c09 commit 1b00a62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,16 @@
}

th {
@apply bg-black/[.08] dark:bg-white/[.08] font-medium;
@apply bg-black/10 dark:bg-white/10 font-medium;

strong {
@apply font-black;
}
}

tbody tr {
@apply even:bg-black/[.02] dark:even:bg-white/[.02];
@apply hover:bg-black/[.05] dark:bg-white/[.05] dark:hover:bg-white/[.05] even:hover:bg-black/[.05] dark:even:hover:bg-white/[.05];
@apply bg-black/[.02] dark:bg-white/[.02];
@apply even:bg-black/[.04] dark:even:bg-white/[.04];
}
}

Expand Down

0 comments on commit 1b00a62

Please sign in to comment.